addauthor
This plugin allow you to show where you want avatar and bio of the post author.PAY ATTENTION if you are upgrading, CSS is changed
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1635 days ago
Is addauthor abandoned?
Possibly abandoned (last update 1635 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin allow you to show where you want, inside the loop, a gravatar of the author of the post, the description of the author of the post, the nick of the author of the post and the date of the post.PAY ATTENTION if you are upgrading, please take note that CSS is changed, you find a CSS example in sample.css, copy it in yours style.css and apply the change you need
Arbitrary section
A brief Markdown Example
Installation
- Upload
addauthorfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php if( function_exists( 'wolly_addaut' ) ) wolly_addaut(); ?>in your templates where you want to show the author description WITHIN the loop. - Insert new class in yours style.css ‘.clear’ and ‘ul.addaut’ ‘ul.addaut li’ and ‘ul.addaut li’. You find an example in the file ‘sample.css’
- register to gravatar.com yours authors
- fill in, under yours profile, the description of the authors
For 2.8 and 2.9 use the 1.2 for 2.7 use only 1.0 cause the 1.2 has the new function.
Frequently Asked Questions
Why use this plugin?
To show a gravatar and a descritpion of the author(s) of your blog
Review feed
Changelog
1.3
Changed readme file for compatibily with new WP versions
1.2
Changed CSS to have a minimun height to avoid bad display if you have short author description
1.1
Changed some deprecated function in 2.8
1.0
First release
