Support » Plugin: FAQ Manager » [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?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andrew Norcross

    (@norcross)

    I’m not sure why it would be looking for the post ID, since that’s not something that gets pulled into the columns. Are you using some sort of plugin to include that info?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: FAQ Manager] No FAQs found’ is closed to new replies.