Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jammylammy

    (@jammylammy)

    Brilliant! Thanks very much for that. The actual code that I got down to was:


    <?php
    if (in_category(1)) //cat1 = most normal posts
    { ?>
    <div id="postHolder">
    <h2><?php the_title()?></h2>
    <h3><?php the_date()?></h3>
    <?php the_content();?>
    </div>
    <?php } else { ?>
    <div id="linkHolder">
    <?php the_content();?>
    </div>
    <?php
    }
    ?>

    Once again, many thanks tsguitar.

    Thread Starter jammylammy

    (@jammylammy)

    Thanks for that klifix – a result of me trying a plugin to get this problem sorted (smartarchives). Needless to say it didn’t work and I commented out the relevant PHP code, but it was still trying to execute it.

    Should be fixed now.

    Still searching for my archive/date solution too!

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