This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #41166
     maarten
    Participant

    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

    #41168
     sharmstr
    Moderator

    Are 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #41169
     maarten
    Participant

    The 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.

    #41170
     maarten
    Participant

    Post Grid is a good suggestion. I just tried it and it will work for our needs.

    Thanks

    #41174
     sharmstr
    Moderator

    Cool. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?