debashish
Member
Posted 1 year ago #
For people who use the Co-Author Plus plugin, now there is a way to display the profiles of all the co-authors on the sidebar of the Single page using the Author Spotlight (Widget). This support was added in 2.0 release of the widget. Hope you will find it useful.
http://wordpress.org/extend/plugins/co-authors-plus/
I'd love to be using it, but I can't until Co-Authors Plus has been brought up to date with WordPress 3.0.
Main issue:
http://wordpress.org/support/topic/plugin-co-authors-plus-unexpected-output-during-activation
If you could submit a patch for this plugin as a co-contributor that would be greatly appreciated.
debashish
Member
Posted 1 year ago #
Erlend, I am using the Co-authors plugin (2.1.1) on 2 of my blogs on WordPress 3.0.1 and I did get this message as well during plugin activation. However, I didn't see any other issues after that. My sites and all other plugins (including the Co-Author plus and Author Spotlight) work fine.
I suspect the error message is not a big deal and it could be as innocent as the issue at http://wordpress.org/support/topic/wordpress-30-plugin-activation-error?replies=4.
I suppose so. It's just that I wouldn't really ever feel 100% comfortable having that plugin around as long as it produces that error. Every time something goes wrong with my site I'm gonna have this urge to fail-check that plugin first, even when there are much more likely culprits.
256studio
Member
Posted 1 year ago #
I would like to align the image to the left and let the author about content wrap around it? where do i add it in the Author Spotlight (Widget)??
256studio
debashish
Member
Posted 1 year ago #
You can simply add some line to your theme style.css file (put it at the end of the file so that it overrides other image styles), example:
img.photo {
align:left;
float:left;
margin: 10px;
}