Hi,
How can I set up to have a graphic that I made show up between each posts?
Thanks
Lise
Hi,
How can I set up to have a graphic that I made show up between each posts?
Thanks
Lise
I guess you'll have to edit the index.php.
Somewhere after these lines:
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
you can insert your img tag. Be aware it will show up even on single post pages!
"Be aware it will show up even on single post pages!"
Uh, unless you use something like the following:
<?php if (empty($single)) { ?>
~img tag here~
<?php } ?>
This topic has been closed to new replies.