• This plugin is very cool and crucial to a project I’m working on right now, a project with eight taxonomies!

    I think I’ve found a bug.

    It has something to do with the attribute show_count=”true” when count_type=”post”.

    It works for some of my eight taxonomies, but not others.

    E.g. this:

    [taxonomy_list name=”topic” orderby=”topic” order=”ASC” search_bar=”1″ show_count=”true” count_type=”post”]

    Results in a page telling me: “There has been a critical error on this website.”

    This, however, does not:

    [taxonomy_list name=”topic” orderby=”topic” order=”ASC” search_bar=”1″]

    In this case, “Topic” is a Taxonomy connected to my Custom Post Type, “Biblio”. Biblio contains an ACF PRO Repeater field called “Topics”, with subfield “Topic” which is of type Taxonomy:Topic.

    I think this bug has something to do with ACF PRO fields.

    And yet, I have another Taxonomy, “Publishers”, where all this is working just fine: [taxonomy_list name=”publishers” orderby=”title” order=”ASC” search_bar=”1″ show_count=”true” count_type=”post”]

    Weird!

    Is there some variable I could dump in my taxonomy.php to help troubleshoot?

    Mark

  • The topic ‘Error: show_count=”true” when count_type=”post”’ is closed to new replies.