• I’d like to insert an simple image as a divider between post. How would I start on such a trail?
    Is it entirely an index.php event?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think so. It would be relatively simple, though. Something like

    <img src="/path/to/image.jpg" alt="some alt text" />

    and you’d put this just about the line that says

    <?php include(ABSPATH . 'wp-comments.php'); ?>

    which assumes that you’re using the standard WordPress index.php file, of course.

    Small disclaimer: I’ve just started delving into the code of WordPress, so I might be off on this, but I think I’ve got a good enough grasp of the Loop as far as this goes.

    Er… you should put it just below that PHP line. I’ve been sitting here too long, I think.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘image between post’ is closed to new replies.