It’s a little bit hard to choose “best way”, when you give so few details describing your case.
There are two most common ways I can think of.
-
Use category description. You can then print it out in category/archive template using
category_description
. -
Make custom page template which will display posts from given category (or whatever you want). You can read more on this here (Codex/Page Templates/A Page of Posts)
Most of the times first solution should be sufficient. I would use second solution only when you have complex descriptions (you have to use a lot of formatting and some custom fields).
Related Posts:
- Custom Post Type Archive.php
- how do I add a button in each category to display all posts?
- How best to create a variation of an archive template work?
- How To Get the Correct Character length of the Category Archives Page Title
- How to get the archive post type/format in the loop?
- Override the else part of the index.php loop.
- How can I change archive.php posts display?
- How to set number of posts to display in archive
- Custom Post Type Settings page, choose page to display archive
- How to get the custom post type from an archive page?
- Change number of posts to show on Archive page (custom post type)
- Pagination problems with multiple custom post type archive pages
- Display page of custom posts?
- Landing in 404 Page on Navigating to Custom Taxonomy Archive
- How do I change the sql query for wp_get_archive()
- Last post is not showing up
- WordPress custom post type archive with description
- CPT: archive-cpt.php VS custom page template
- Custom query in archive.php with pagination nightmare
- Rewrite URL for only archive page (custom post type)
- get_terms in a taxonomy template
- How To Create A Custom Taxonomy 404 Page
- How to test pagination? [closed]
- Archive template for custom post type only lists first 10
- Change archive page template using pre_get_post
- Custom post type is showing custom home page, not archive page
- How can I define a custom archive for childs of a specific category?
- Restoring default article pagination on archives – Removing custom limits
- Why is my site using index.php instead of archive?
- How can I use $wp_query->tax_query as tax_query parameter for a new WP_Query instatiation?
- Filter posts in category archive page by year using a dropdown
- Only one post is showing on category page, why?
- Custom post type archive page blank
- get_the_term_list – Return links to edit.php instead of link to taxonomy archive template
- My archive-posttype.php template is not loading
- Custom Post Archive is not working
- Get current title of archive.php
- How to list articles by year based on url?
- WordPress override archive page template using a plugin
- Which Template Page Should I Use?
- Display custom post types in wp_list_pages
- Pagination doesn’t function properly for archive of a custom post type set as the front page
- How to customize taxonomy archive template files for subterms?
- Use meta boxes inside an archive page template for Woocommerce
- Archive template combined with post slider and regular posts
- How to get posts by category at /%category%/ url?
- Image loading function not working on archive.php template
- How to add html code at the bottom of the post in archive page?
- Taxonomy template page not working
- Do shortcode in template file
- How to get the Custom Post Type Archive inside a folder
- Limiting the Archive page to posts posted by particular author
- How to create a custom template for custom taxonomy wp-tag-cloud?
- Highlight archive link on single.php
- Ascending order of yearly archives [closed]
- How to Fix an Archive.php That Displays All Posts?
- How do I override the default number of items to be listed on an archive.php page? [duplicate]
- Need equivalent of single_term_slug
- Links to previous/next month archives
- How to create archive page to add in menu
- Make the home page template my archive/category page template without code duplication
- Strange behaviour of hierarchical taxonomy archive
- Pagination links for custom post type shows correct number of links, but links result in Page not found
- I can’t go to the page archive-{post_type}.php
- setting offset to category number in archive page
- Finding the CPT archive template source
- Why is my archive page looping through all but one post?
- Shortcodes not working in custom page
- Show products as posts on archive page
- Change Title Based on Taxonomy Filter in archive-{cpt}.php
- Create secondary Archive page format?
- next and previous category name and link parent only wordpress in archive page
- get first limited words from a custom post in the archive page
- How to display archive by selecting year and then selecting month
- Page 2 has no posts?
- Show index and not the archive for “Dog Custom Post” with default slug
- Custom post type with two templates
- How do I make my archive page look like popular reviewing sites (e.g., Polygon and Gamespot) [closed]
- Multiple archives for cpt, taxonomies, terms
- Making a archive gallery page for a custom post type which already has an archive page
- Get Non-Paginated Index of Post in Paginated Query
- Get meta value when the page is a blog archive
- Modify category archive page loop on functions.php
- WordPress Archives Cause Looping
- Page Templates Used in Custom Post Type
- How to Add Wrapper to Infinite Scroll Javascript?
- Archive templates based on taxonomies
- Organizing Custom Post Type Archive Template
- Use different archive template for plugin
- listing custom post type category page
- Archive.php, and post_is_in_descendant_category
- Using post type archive page for taxonomy archive
- Archive custom template from search
- how to pass args for archive.php query?
- URL rewrites af
- Create a custom page URL
- IF taxonomy archive is hierarchical THEN
- Limitless amount of posts in custom archive page
- How to make posts under custom post type not generate a URL / post
- WordPress CPT archive page display sticky post first and then display the rest of the posts in same Query