[Plugin: FAQ Manager] No FAQs found
-
Getting “No FAQs found” in the backend even though it shows the correct number of FAQs from the form above the table (where the All and Published links are).
Here’s a snippet of the table code showing the No faqs msg:
<tbody id="the-list"> <tr class="no-items"> <td class="colspanchange" colspan="6">No FAQs found</td> </tr>In the html that’s being cooked up this is the info the Questions column is looking for
http://websitename.com/wp-admin/edit.php?post_type=question&orderby=title&order=asc"It seems like the table isn’t able to find the the post-id for some reason. The main problem is that since the FAQs aren’t showing up in this list, I’m unable to edit them without going into the database. Any ideas?
The topic ‘[Plugin: FAQ Manager] No FAQs found’ is closed to new replies.