Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am trying to do a similar thing, replace the name that shows in text at the top of my home page with a .jpg image.

    At the moment it shows in page.php

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class=”post” id=”post-<?php the_ID(); ?>”> <h2 class=”title”><?php the_title(); ?></h2> <div class=”entrytext”> <?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?> <?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>

    i am not sure exactly where to put the jpg image name?

Viewing 1 replies (of 1 total)