How To Create WordPress Category Pages in Genesis Including Title and Content

Author: , February 19th, 2021

Create two template files in the wp-content/themes/{themeName}/ subdirectory:

page_blog.php

page_blog_plus_content.php

How To Display Blog Pages for a Single Category

Author: , August 6th, 2018

Create a new page and set the Page Template to Blog. Add a new Custom Field to the page. Set the Name to the string query_args and the value to cat=NNN&orderby=title&order=ASC, where NNN is the ID of the desired category. Ne sure to use the PLURAL form query_args NOT query_arg Be sure to click Publish […]

How To Display the Featured Image on a Single Post in WordPress Only for a Specific Category

Author: , January 24th, 2016