- 
		AuthorPosts
- 
		
			
				
June 20th, 2017 at 22:10 #47972I would like to create a second Catagory Page w/Intro that only grabs the featured images for each related post and displays no text other than post title. Any thoughts how to do that. I see in the editor that 
 * If you want to overload this in a child theme then include a file
 * called content-___.php (where ___ is the Post Format name) and that will be used instead.But I have no idea how to do this. Sure could use some guidance. If your curious the page I want to tweak is at http://www.photographershouse.org/the-gallery/ I want everything except the text that shows beside each image. Thanks in advance for any help on this. 
 ChipJune 22nd, 2017 at 17:46 #48118Zed Cryout Creations mastermindIf all your posts that you want displayed there are in the same category you can create a custom 
 category-ID.php file in a child theme (copy of the default category.php file), and customize it to load a different content template, let’s say:
 get_template_part( 'content-featuredgallery' );
 You can further customize the structure of this ‘category’ page.Then copy the theme’s content/content.php file to the child theme as child-theme/content-featuredgallery.php and customize its content to only display the elements you want visible. If you like our creations, help us share by rating them on WordPress.org.
 Please check the available documentation and search the forums before starting a topic.
- 
		AuthorPosts
The topic ‘Category Page w/Intro using featured images only’ is closed to new replies.

