Version: 3.6 Display image (if present) and/or name for the author of a post, or for all authors on the blog.
author-images.zip inside the /wp-content/plugins/ directory (or install via the built-in WordPress plugin installer)<?php c2c_the_author_image(); ?> and/or<?php c2c_wp_list_authors_images(); ?>
. (Read the rest of these notes for more info.)
1. (optional) Add the custom field 'author_image' to posts to explicitly define an image for the author for just that post. Otherwise, the plugin will proceed to attempt to find the author image.
1. (optional) Add the class "author_image" to your CSS file to control the display of the image located by c2c_the_author_image(), and/or add the class "list_author_image" to your CSS file to control the display of the images listed by c2c_wp_list_authors_images().
Requires: 3.1 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-4
Downloads: 15,854
Got something to say? Need help?