Posts by user7824 • 29 points
2 posts
-
1
votes2
answers403
viewsA: Doubt about Custom Post Type
Be able to do what you wanted by adding this code: function namespace_add_custom_types( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) {…
-
1
votes2
answers403
viewsQ: Doubt about Custom Post Type
I made a custom post type for Wordpress, but when showing posts in the category does not work. If I enter the URL example.com/category/mensagem-02/, nothing appears. Can anyone help me? The code I…