How to Add a Signature to Your WordPress Posts

Tutorials

Give your blog a nice personal touch by adding your signature to your posts.

Adding a signature to your WordPress posts is one way to give your blog a more personal touch. The code below will automatically include your signature after the content of your blog posts so that you don’t have to manually add it every time.

Here’s an example result:

Copy this code and paste it into your functions.php file:

Loading gist 5dac7d4b4408d55f6d6f1f9c9da086ad

Make sure to change the image URL to the location of your image, or you can replace the image tag with plain text.

Tweak via CSS as needed…

If you have any issues with the placement or appearance of your signature, you can style it with CSS. For example:

{code type=css}
div.signature img {
padding: 5px;
}

The best part is that there’s no need to add a new plugin to accomplish this.

Simply copy and paste and your signature will be automatically included.

Update the image any time you like and it will be dynamically changed on all posts on your blog.

All the good WordPress stuff, once a month

Subscribe

Leave a comment