Support

Account

Home Forums General Issues Styling taxonomy CPT UI template

Unread

Styling taxonomy CPT UI template

  • Hello,

    I created custom post type in CPT UI which works fine from wordpress category url.

    And now I want to create template in child theme to show this taxonomy.

    Structure is:
    test_taxonomy (is created taxonomy)
    – category 1 (id = 244)
    – category 2 (id = 255)

    So my file in child theme is: taxonomy-test_taxonomy-244.php

    And I try to include template part for search and nothing is showing:

    <?php
    
    get_template_part( 'inc/template', 'search-products' );

    Thanks for help,

    A

Viewing 1 post (of 1 total)

The topic ‘Styling taxonomy CPT UI template’ is closed to new replies.