• I am trying to edit the Greenwood-10 theme for my site. At the end of each post, there is a divider image that is acorns2.gif. I want to change the image to notesgreen.gif. I’ve been able to change the divider image on the inset areas, but nothing happens when I replace the image name in the code on single.php.

    Here is the code on the single post page single.php
    <div class="dividermiddle">
    <img alt="divider" src="<?php bloginfo('stylesheet_directory'); ?>/images/acorns2.gif" width="45" height="16" border="0" />

    When I change acorns2.gif to notesgreen.gif, nothing happens. I have saved notesgreen.gif in the image folder of the theme. What else do I need to change in order to change that image?

Viewing 1 replies (of 1 total)
  • Erin, If you just rename notesgreen, acorns2.gif and drop it in the same place it should change it for the whole site–if that’s what you want. You should extract acorn2.gif and copy the size and parameters for that file in your notesgreen file or things can get wonky.
    I changed the acorns on my blog in one swell foop this way, but decided to change them back as the acorns somehow just look better. . . .

    All the best.

Viewing 1 replies (of 1 total)
  • The topic ‘Divider Image Editing’ is closed to new replies.