-
Author
-
January 7, 2015 at 16:37 #41166maartenParticipant
We are launching a podcast and want to create a page with only the wordpress posts from category podcast.
Can I use transform a copy of content.php into a template for this purpose?I am guessing I would have to use this somewhere, but am not sure where.
COPY CODE<?php query_posts('category_name=CATEGORYNAME&showposts=5'); while (have_posts()) : the_post(); ?>
Thanks
January 7, 2015 at 16:54 #41168sharmstrModeratorAre you wanting to have a special design for the page as well? If not, why not use the built in archive? http://yoursitie.com/category/podcast/
If you want a special design, then you can build the page with VC and use the Post Grid shortcode.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 7, 2015 at 16:56 #41169maartenParticipantThe only reason we don’t want to use the archive is that it will show Category Archive: Podcast in the breadcrumbs bar. Unless there is some way around that.
January 7, 2015 at 16:58 #41170maartenParticipantPost Grid is a good suggestion. I just tried it and it will work for our needs.
Thanks
January 7, 2015 at 17:45 #41174sharmstrModeratorCool. Keep in mind, however, that clicking on the post meta or using a category widget will send links to the archive page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.