• Can someone help me add a signature image? LiveSig or Mylivesig.com messes up the paragraph formatting so I had to uninstall it. I’ve tried following the directions on various websites/forums and nothing seems to work. Maybe it’s the theme?

    The site I’m working on is donnajones.org/blog. I have her signature saved as an image and just need to know the code to insert it at the bottom of the posts and where exactly the code goes.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • open theme’s index.php and single.php
    look for
    the_content()
    insert image code after this – like
    <img src="https://example.com/images/sig.gif" />

    always back up 1st

    Thread Starter sd1979

    (@sd1979)

    Thank you! I had tried that before but I was putting it before the closing ?>. After moving it after that it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add signature image’ is closed to new replies.