Thread Starter
ukslim
(@ukslim)
Ugh, following myself up…
Just to add, I have no objection to making dynamic pages as a “presentation layer” around my static content. e.g. instead of:
http://me.com/path/to/page.html
use:
http://me.com/script.php?/path/to/page.html
where the script reads page.html from the filesystem, fixes up any links therein, and adds comments dynamically.
Thread Starter
ukslim
(@ukslim)
Thanks — if you reckon editing index.php is fair game, then I’m happy 😀
Thread Starter
ukslim
(@ukslim)
Thanks, but it looks like I was too vague describing what I wanted.
I wanted the image to appear between the blog title and The Loop — but only on the front page. If I understand your suggestion, it’s going to put an image on every post.
http://www.hartnup.net/wordpress demonstrates the effect I’m after — achieved by hacking index.php as described in the top post.