It sounds as though you just need to create your post type templates. The archive of storylist
posts will look for a template named archive-storylist.php
to display posts.
A single post of type storylist
will attempt to use single-storylist.php
to display that post.
In either situation, if those files do not exist, WordPress follows the template hierarchy flow to find the next suitable template.
Good detail on the process can be found in WP Codex here: https://codex.wordpress.org/Post_Type_Templates
Related Posts:
- Custom Post Type Data in Sidebar widgets?
- Including Custom Post Types in “Recent Posts” Widget
- Posts per Page on custom Taxonomy Template
- How to make an archive page displaying posts in a date range
- Custom page sidebar using Template dropdown box
- Random image from tag/custom type on sidebar
- Custom Post Type Query for Sidebar Doesn’t Work on Front Page
- why is the current page title being output?
- How to exclude categories from a sidebar with active widgets in it?
- Replace Content of Sidebar on Custom Post Type
- Posts per Page on custom Taxonomy Template
- Custom post types archive
- Create side bar widget showing list of years as hyperlinks for a custom post type
- Custom Post Type Archive URL is wrong
- Hide a widget inside a div on specific type of post
- Creating a Custom Post Type
- Custom fields (wp_post_meta) vs Custom Table for large amount of data
- Custom Post Type slug same as page name
- How to display custom post in archive section of the wordpress page?
- Content Editable CPT Archive?
- list archives per post types
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Canonical url differs from custom post type archive URLs
- Query posts based on the meta key values of logged-in users?
- Filter widget outputs
- Display a custom posts page for post type
- Custom post type archive pagination 404
- posttype/taxonomy/term archive page 404 error
- Is it possible to have a custom post type with feed but without the archive?
- Limit the post for differents custom post type in the same wp_query
- Different Ways to Query Custom Post Types?
- BBPress Search results in WordPress search
- Custom post type archive page for multiple post types
- Ignoring slug capitalization on rewrite rule for custom post type archive page
- Set Custom Post Type in Widget Settings for use in Widget
- Listing all term items alphabetically / sorting loop
- Want to be able to sign up subscribers as authors
- Paginate_links in custom post type template
- pagination not working for category.php (custom post types in categories)
- How to display Related Posts based on number of taxonomy terms matched
- My archive-posttype.php template is not loading
- Custom Post Archive is not working
- Limit the Title Length on Custom Post Type Archive Page to a Set Number of Characters
- Custom post type archive with page as parent url
- Add parent post to Custom Post Type [closed]
- Set featured image to archive.php
- Filter date from post meta when date is in string format
- query_posts adding extra code to homepage
- How to show only the most recent post on my custom post type archive?
- the_post_thumbnail call removing li in code
- How to make WP_Query not to show irrelevant posts?
- What is the ID parameter for custom post types in query_posts?
- Loop for custom post types filtered by a taxonomy
- What’s the name of the custom post type yearly archive template?
- Custom post type, global categories — what’s the template name?
- how to set a WP Plugin’s url
- How to hyperlink content from archive page with custom post-type
- How to limit post per page of custom post type?
- Set thumbnail and title for a post type archive (not post itself!)
- How to set up Custom Post Type archive page as Front page
- Url to archive page for custom post type
- How can I use archive-{post_type}.php theme template?
- How to display CPT archives?
- Why isn’t a list of posts from my custom post type displaying in this widget?
- Custom query – get_the_terms not work
- Custom meta Title for custom post type archive from page
- Excluding a Custom Post Type with a specific tag using pre_get_posts
- Return the name of the post type
- 3 random images from custom post type, each in a div with a diffrent class
- Why are some of my custom posts not showing up on my page?
- post-per-page and offset not working
- Control content before and after custom post type loop
- Custom post type, custom taxonomy, query posts only from taxonomy (children of)
- Display custom posts randomly in custom taxonomy archive
- Getting all ID’s matching a title in a custom post type
- current-menu-item not added on page showing custom post type (rendered with archive template)
- Count custom post type based on two meta data
- Alphabetically sort a taxonomy.php template by post title
- Querying multiple values from a single key
- Not able to export large no. of posts in csv
- attach CPT data to a taxonomy
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- How to integrate single and archive templates for custom post type in any WordPress theme
- Permalink problems with custom post type and custom taxonomy
- Pagination not working on custom query on a page
- Loop through posts of only 2 statuses
- Targeting custom post type via functions.php doesn’t work
- sort CPT on Custom Taxonomy Archive page
- find custom post type post by searching its custom field with my string
- FacetWP paging custom wp_query
- How to get dropdown instance value in WordPress custom Widget
- ACF for custom post type archive pages: which hook to use?
- Use the custom post type archive for taxonomies?
- Custom sidebar for custom post type
- Custom Post type date archive for custom taxonomy
- Show categories of custom post type and not all posts
- CPT Archive pre_get_posts not working?
- Post Query not working
- Can’t change posts per page in WordPress Post Type Query
- postsperpage value not being applied