• I have “buy and sell” category and want to make a page for it.
    Not add buy and sell category on menu.

    cuz this category needs to have its own template.
    If you want to choose a template you need a page, Right??

    how can I setup a specific category on a page?
    I don’t see any options on basic wp optoion on Edit page.

Viewing 1 replies (of 1 total)
  • You’ll have to put this code before the loop in your page template file:

    <?php query_posts('category_name=buy and sell’); ?>

    Or if you know the ID of the category

    <?php query_posts('cat=14'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘specific categories on page.’ is closed to new replies.