• Hello,

    Great program. Very impressive.

    I hvae one requirement and I am not sure if it is available in any templates. I would like a frontpage with a section that does not move. At the moment, the topmost item on frontpages is the last blog. I would like to keep a description of the site as the topitem with recent blogs underneath.

    Is anyone aware of a template that can do that,or, a setting in the program? I’ve searched everywhere without success.

    Thankyou
    Peter

Viewing 5 replies - 1 through 5 (of 5 total)
  • YOu can put this snippet in your index.php before the wp loop:

    <?php if(is_home()): ?>
    <div class="descr">
    Some description here.
    </div>

    <?php endif; ?>

    Peter,

    Not sure which theme template you are using, but you should go to your theme directory and edit the index.php file for the theme you use. Put the static stuff you want before the <?php if (have_posts()) : ?> portion.

    Cheers!
    Chris

    You need the is_home or else it will appear in all your pages.

    Thread Starter ptorning

    (@ptorning)

    Thankyou both for your prompt responses.

    I’ll try them.

    I am using Water 1.0

    Regards
    Peter

    Thread Starter ptorning

    (@ptorning)

    Thankyou all for you help.

    Peter

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Partially non-changing frontpage?’ is closed to new replies.