Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Graphic between posts’ is closed to new replies.