Support » Plugin: Custom Post Type UI » [Plugin: Custom Post Type UI] Filter custom post type by taxonomy

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brad Williams

    (@williamsba1)

    The plugin does not have this feature, but here’s an article that explains how to do it:

    http://pippinsplugins.com/post-list-filters-for-custom-taxonomies-in-manage-posts/

    Thread Starter thorirv

    (@thorirv)

    Thanks for reply Brad. I should have posted an update, but that’s excactly the article that helped me get it to work : )

    The only thing I didn’t figure out yet was how to apply the same filtering to two custom post types. Copying the article’s code I used if( $typenow == 'my_custom_post_type' ) and was hoping I could add another by using array, but haven’t yet figured out how. Don’t need it actually, so in this case it’s not a big issue.

    Thanks again.
    Terrific plugin! Never would have pulled this off without it.

    Plugin Author Brad Williams

    (@williamsba1)

    Like this:

    if( $typenow == 'faqs' || $typenow == 'movies' ) {
    Thread Starter thorirv

    (@thorirv)

    Brad, I owe you coffee!

    : )
    Many thanks – Thorir V

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Custom Post Type UI] Filter custom post type by taxonomy’ is closed to new replies.