• I recently searched through the forums and found a way to have my signature image show up automatically at the bottom of posts (without me having to insert it manually each time I post), which I managed to do on my blog…at least partially. My signature shows up in all the posts that are visible on the main page (www.Tinalicious.com) but the signature doesn’t show up on the individual post pages. Hoping someone can tell me what bit of code I need to add (and where) to enable my signature image to show up on those individual post pages as well.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not sure what method you used to automatically insert your signature, but if it involved inserting code in “index.php”, you may also need to insert that code in “single.php”.

    Hi.
    Go to admin panel >> editor >> single.php

    Search:
    <?php the_content(); ?>
    and then paste the html code…
    <img src="http://www.tinalicious.com/wp-content/uploads/2010/02/TinaSiggy.png" />

    Thread Starter JustTina

    (@justtina)

    I always try to bookmark support solutions I find so I can refer back to them, ClaytonJames, but I can’t find the one I used for this. But I’m pretty sure it did involve adding code to index.php.

    And thank you, Erfo! That worked.

    Thank you both!

    You’re welcome.

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

The topic ‘Adding Signature Image to Posts’ is closed to new replies.