• Hey ..

    Is it possible to have a picture of the other next to the title of the post… depending on the name of the author ofcourse ?

    I know that this is actually possible, but is there maybe a plugin through wich I can assign an author picture directly to a name ?

    Regards,
    -FOP-

Viewing 1 replies (of 1 total)
  • Yes there is. I was looking for it last week and found this:

    1. Download Dan’s Plugin here
    2. Copy it to plugin folder
    3. Activate it
    4. To display the avatar add the command cmd_show_avatar() anywhere within the post or comment loops…
      e.g. <?php if(function_exists(‘cmd_show_avatar’)){ cmd_show_avatar(); } ?>
    5. That’s it!

      Upload avatar in profily, your avatar

      + very easy to use
      – You can set only one time the image width and height
      – only usable in the loop at this time i think

Viewing 1 replies (of 1 total)
  • The topic ‘A picture of the author next to the title of a post ?’ is closed to new replies.