Forums

How to select which post show on Frontpage? (4 posts)

  1. rodier
    Member
    Posted 2 years ago #

    hi all
    Is there any way how to make my frontpage wont show posts from some categories?
    I have this site http://tsa.mmosite.cz its Wow guild web site, and it contains 3 kinds of posts:
    1. usefull guild info
    2. interviews
    3. medias - youtube videos
    and I dont want posts from media category is show on frontpage.. is that possible?

    thanks

  2. Empireoflight
    Member
    Posted 2 years ago #

    <?php query_posts('cat=1,2');
    while (have_posts()) :
    the_post();
    the_content();
    endwhile;
    ?>

    where 1 and 2 are the category numbers assigned to useful guild info and interviews

  3. songdogtech
    Member
    Posted 2 years ago #

    Or without working with template files and queries: WordPress › Query Posts « WordPress Plugins

  4. rodier
    Member
    Posted 2 years ago #

    thanks a lot ;-D
    btw I look in to source code and I see at footer of every post comments.. info about author.. but template dont show it.. damn.. need to find where is error :-)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.