author-bio-box icon indicating copy to clipboard operation
author-bio-box copied to clipboard

Shortcode support?

Open jsandlund opened this issue 11 years ago • 2 comments

Hey, loving this plugin! Particularly the minimalism :-). Would it be difficult to add shortcode support, so that I could easily include it in certain posts, but not others?

Many thanks! Jonathan

jsandlund avatar Jun 27 '13 21:06 jsandlund

Have the following function that you can use to display in specific places by topics:

<?php if ( function_exists( 'get_author_bio_box' ) ) echo get_author_bio_box(); ?>

In the next version add a shortcode to add it directly in the theme. Probably next week will be ready.

Thanks for the idea.

claudiosanches avatar Jun 27 '13 22:06 claudiosanches

Taking this issue back to live!

What do you think about a shortcode to display a list of users? It would be extremely useful.

Maybe I'll send you a new pull request :)

http://codex.wordpress.org/Function_Reference/wp_list_authors

RafaelFunchal avatar Feb 11 '14 01:02 RafaelFunchal