Viewing 4 replies - 1 through 4 (of 4 total)
  • the instructions are fairly straightforward and your theme has an Archive.php

    follow the instructions for page creation

    Open archive.php and find this
    <h2>Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>

    change to

    if( function_exists(page2cat_output)): page2cat_output($cat); else: ?>
    <h2 class="pagetitle">Archive for the "" Category</h2>

    Thread Starter oberazzi

    (@oberazzi)

    I did that but nothing happens: http://www.timobrienphotos.com/blog/large-print-ideas/

    <?php /* If this is a category archive */ if (is_category()) { ?>
     	        if( function_exists(page2cat_output)): page2cat_output($cat); else: ?> <h2 class="pagetitle">Archive for the "" Category</h2>
     	  <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>

    I’m seeing full posts now

    maybe refresh your browser – (ctrl + F5 on keyboard at same time)

    Thread Starter oberazzi

    (@oberazzi)

    Shouldn’t I also see a block of text at the top with the contents from the linked page: http://www.timobrienphotos.com/large-print-ideas/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category Pages’ is closed to new replies.