How to design archive for custom post type
-
Hi, I want to archive page for my cusom post type( made with PODS).
I try make teamplate for custom post type like Amit show in this post https://www.ads-software.com/support/topic/customized-post-format/
1. I Copy partials/single folder under child theme and rename the ‘single’ folder to ‘website’.
2. I copy the singular.php file into your child theme and add the below code after line 52.elseif ( is_singular( ‘website’ ) {
get_template_part( ‘partials/website/layout’ );
}Now I want to design my archive, I don’t know what file to edit
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to design archive for custom post type’ is closed to new replies.