Hey, i'm trying to edit the layout of my custom post types, but I can't find where these layouts are being generated from. It seems Salient isn't utilizing the standard single-"post-type-slug".php naming convention to define the layouts. Where can I edit the code that's being used to define the layout of the single and archive pages for custom post types in salient? Thank You,
Okay, for anyone else looking, I figured it out. I was mistaken, Salient does in fact utilize the "single-custom_post_slug".php files to determine how single pages show up. But instead of utilizing archive.php files, it determines the format of the archive pages based on the "blog settings" and the post templates. You can find the post template files in: salient/includes/post-templates/ .
Hey, i'm trying to edit the layout of my custom post types, but I can't find where these layouts are being generated from. It seems Salient isn't utilizing the standard single-"post-type-slug".php naming convention to define the layouts. Where can I edit the code that's being used to define the layout of the single and archive pages for custom post types in salient? Thank You,
- Reggie
Okay, for anyone else looking, I figured it out. I was mistaken, Salient does in fact utilize the "single-custom_post_slug".php files to determine how single pages show up. But instead of utilizing archive.php files, it determines the format of the archive pages based on the "blog settings" and the post templates. You can find the post template files in: salient/includes/post-templates/ .