Custom Taxonomy (Advanced) Count Issue

Support MB Frontend Submission Custom Taxonomy (Advanced) Count IssueResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44063
    CodogCodog
    Participant

    Hi There,
    I have created a CPT for frontend post submission using MB AIO. I have created x2 Taxonomies for users to add a category (Using Taxonomy Advanced) and Tags (Using Taxonomy Advanced) to this CPT. All is working fine and as expected!

    However, when posts are created by users on the frontend and they add these taxonomies to their posts they are NEVER reflected in the WP ADMIN "Count" Column for each respective taxonomy term? IE: The "Count" column for each taxonomy term is always "0"?

    Expected outcome
    =================

    In the wp-admin, when viewing taxonomy term list, I would like to see the "Count" populated with the number of posts (my CPT) that use an individual term.

    What am I missing?

    Any help would be appreciated.

    Thanks!

    #44068
    PeterPeter
    Moderator

    Hello,

    The field taxonomy_advanced sets the post meta, it does not set the post term. You should use the field taxonomy in this case to count the term in the admin area.

    #44081
    CodogCodog
    Participant

    Ok, thanks for clarifying Peter 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.