Divider Image Editing
-
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?
- The topic ‘Divider Image Editing’ is closed to new replies.