Add category filter to front-end dashboard

Support MB Frontend Submission Add category filter to front-end dashboard

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46046
    KaraKara
    Participant

    Hi team -
    On the frontend dashboard, I want to filter the list of posts based on a custom taxonomy, is this possible?

    I'm using MetaBox AIO. Here's my shortcode:
    [mb_frontend_dashboard edit_page="3491" show_welcome_message="false" title_link="view" columns="title, date" label_date="Candidacy Submitted On" label_title="Your Campaign Page" allow_delete="false"]

    My taxonomy:
    taxonomy=election-year tag_ID=266

    Thanks!
    Kara

    #46053
    PeterPeter
    Moderator

    Hello,

    You can use the filter hook rwmb_frontend_dashboard_query_args to add more arguments to the dashboard query and filter the posts.
    Please follow the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#dashboard

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