Skip Navigation

[Resolved] Adding custom post category to category past dashboard (All Posts summary page)

This support ticket is created 5 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 5 years ago.

Assisted by: Waqar.

Author
Posts
#1497067
custom-post-category-filter.jpg

Tell us what you are trying to do? We would like to be able to filter our custom posts by the custom post category. I don't know how to add this to the main custom page home page.

Is there any documentation that you are following? No

Is there a similar example that we can see? See the attached screenshot

What is the link to your site? hidden link

#1497981

Hi,

Thank you for contacting us and I'd be happy to assist.

To include a taxonomy filter in the post type list in the admin area, you'll need some custom code, as suggested in this reply:
https://toolset.com/forums/topic/how-to-use-toolset-taxonomy-as-column-search-in-admin/#post-612024

That code snippet can be included through either Toolset's custom code feature ( ref: https://toolset.com/documentation/adding-custom-code/using-toolset-to-add-custom-code/ ) or through active theme's "functions.php" file.

You'll replace "product" with the slug of your post type where you'd like to show this filter and "your-taxonomy-slug" with the target taxonomy's slug.

I hope this helps and for more personalized assistance around custom code, you can also consider hiring a professional from our list of recommended contractors:
https://toolset.com/contractors/

regards,
Waqar