• Hi,

    I am trying to show all post from one category on a page. I have the following code which works ok, but it has two problems:

    1)There is no link to the comments
    2) The page title is changed to the category title

    <?php if (is_page('tutorials')):
    query_posts('cat=24');
    else :
    the_content('More &raquo;');
    
    endif;
    ?>

    does anyone know how to fix these things?

    thanks,
    Gareth

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Showing category posts on a page’ is closed to new replies.