Adding signature to posts
-
Hello,
I am in the process of building my gaming website and want to creating something like a signature with every post, changing depending on the author. I realize there are plugins that do this but I do not want to do this at the end of each post.
Demonstrated in this single post, I would like the banner to function as the signature. Which is obviously the one that clearly states my intentions in a white box, haha.
To place that, my theme uses:
<?php include ('editable/ads/post-top.php'); ?>
And the PHP file simply is the HTML to post an image in a DIV.
It’s apparent that it’s the PHP file I will have to edit, but the question that brings me here is how to set it up? I would like it to display, say, image1.png when I post and image2.png when Author2 posts, etc. Any ideas?
- The topic ‘Adding signature to posts’ is closed to new replies.