If I understand you…
Your theme may only have an index.php
and a single.php
but WordPress supports a much more complicated templating system, and you can control the formatting of different types of content just by creating files with the right names. In your case, I think that at least one of the files you need is category.php
.
Of course, you will have to write the appropriate PHP for that template but you should be able to copy either your index.php
or your single.php
to get started.
Related Posts:
- is_archive() content being shown instead of is_category()
- How to override Category rendering mechanism
- Custom page for WooCommerce’s /product-category/
- Set a them for all subset of category
- Different templates for different category tags
- Template for product-category page [closed]
- Show posts from all categories
- How to get the url to tag & category base set by the user?
- Different templates for parent and children categories/taxonomies
- Exclude a category from the filed under list only on some templates
- Create single.php for specific category by category id
- Alphabetizing Posts in a Category Page?
- Why is this category page limiting the number of posts?
- Listing Parent, Child and GrandChild Categories and then the PostTitles on Page Template !
- Edit the markup of categories list
- Disable front-page.php template
- Exclude category from Tag Template
- How to make a Thumbnails Mosaic
- Need Category RSS Feed that shows all posts
- How to enable template page only for a post id page
- WooCommerce IF statements not working
- Making a tourism information website [closed]
- How to check category of of custom post type or not
- How to call custom category field data in theme?
- Archive.php filtered by pre-determined category
- one category template for multiple categories
- Move default page templates to sub directory
- Updating category template to change how subcategories display
- Categories overview that links to page displaying posts
- How can I get categories IDs if multiple categories requested via URI?
- display posts from specific category on a page , in thematic child theme?
- Woo Framework: woo_cat_featured not populating
- Category template to show different categories based on parent
- Page display certain Category Posts
- How can I improve this taxonomy treating approach?
- Inside a loop, how to change CSS class based on category name?
- Add a custom category page in WordPress.org
- How to insert category list into post creation page, and retrieve chosen categories?
- How to create a template for Pages?
- Load sidebar template just once to prevent multiple animations
- List all posts in a category with query_post() function
- Need help with adding templates (archives and sitemap) to WordPress child theme
- Limit number of posts on a custom category template – breaking pagination
- Getting the category title / description returns first matching post?
- Custom template for sub-sub-categories
- Allow user to select categories that will display in post loop
- Insert HTML content in WP Query at specific point
- What Must to Display the “mysite.com/category” URL?
- Templates dropdown not appearing using _s theme (underscores)
- Home Page Template – Specific Category
- How to use wp_list_categories with plugin category?
- Why is my sub-category template showing the wrong posts
- Add Date & Author Meta to Category Archive Page
- Display subcategories selectbox on each category page
- Category link redirect to custom template page instead of index.php?
- How to add icon over specific thumb
- Different header for each category
- Category Template – Show Last Entry as Featured
- Custom post type archive category page results in 404
- Output Title of Post’s Current Category
- Displaying categories in different template problem
- WooCommerce shared categories
- Include last post date in get_categories loop
- Show the number of the post
- Add custom categories and subcategories and posts as custom pages
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- Products category search not working
- Can’t display posts by filtering categories using isotope.js
- Template for front page (latest posts)
- Adding a category view to a page
- Using a template page parent breaks page
- How to show children pages as array
- Create a variable with string, array or multiple values
- the_content() not showing full posts in category template
- Use different file includes for single.php
- Display Taxonomies in loop with template args
- Getting page/category content to show up in my custom page template
- If it is a top level category show children otherwise show sibling categories
- Lowest catagory link
- Category Templates for Post Types not Working
- Own Custom Tags/Category page ( posts)
- How to get multiple loop in category.php, my scripts becomes madness
- altering theme – content generated by PAGES not PORTFOLIO
- WordPress a template for subcategories fo a given category, but not for root category
- Paginate WordPress Category Pages
- How do I get a single page navigation depending on the previous page?
- Category Archives: Show posts categorized in parent category only
- Dynamically Adding Category Specific Content To Specific Category & Subcategory Pages
- Custom Fields to Category edit page, then displaying them in a template correctly
- Template files not working for archives and categories
- WordPress 3.5 how to determine if user is on category listing or category edit screen?
- Display only one level subcategory in wordpress
- 2 Categories using same template but one has a problem? [closed]
- Get all first images of posts in same category
- What defines a post as portfolio page content?
- Why does my category page display “posted on…” when all I want it to do is display categories?
- How to load/include category templates based on conditionals?
- What is the point of using the front-page.php template? [closed]
- how to create a page that shows all of multiple category posts on a single page
- How to make /category/ URL load properly instead of 404 error?