• I have 3 ppl on my site who all want custom signatures. their avitar and a link to email with their nickname. I cant find a feature anywere that allows me to make a custom one and a simple “add signature at end of post” button to make things easy.

    Is their a plugin available? also if i were to want it to post an avitar and nick with email link somewere outside of the blog content, lets say next to the date not sure how that would be accomplished.

    http://www.crymson-rain.ca to see what it is im going for (the avitar on my page is hardcoded to be and does not dynamicly change depending on the poster)

    Thanks!

Viewing 1 replies (of 1 total)
  • first, see : http://codex.wordpress.org/Template_Tags
    choose which ever author/comment_author tags/filters you need.

    what I would do is create a css class for each person with an avatar, then use class="<?php the_author_nickname()" somewhere in the post, where the css for each displays the desired avatar either before or after the date/email/name, etc.

    don’t know if that’s the right or best way, but it’s simple, so that’s how I would approach it.

Viewing 1 replies (of 1 total)

The topic ‘Signatures’ is closed to new replies.