Linux 软件免费装

Author Bio Shortcode

开发者 philipjohn
更新时间 2014年9月4日 03:59
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 4.0

标签

shortcode author biography bio user description author description author-bio-shortcode

下载

1.0 1.2 1.2.1 2.0 2.1 2.3 2.5 2.5.2 2.5.3 2.2

详情介绍:

This plugin allows you to enter [author_bio] anywhere within the content of a post or page to display the biography of the author of that post or page. The output now contains HTML, which can be customised very easily with extra parameters - see Installation for a how-to - to sit around the bio, as defined in /wp-admin/profile.php. By default the shortcode produces the author of that post or page. However, extra parameters enable you to specify a different user whose bio you want to print out - see usage instructions. Feature requests welcomed with open arms!

安装:

Simple install in /wp-content/plugins like any other! Usage Simply place [author_bio] anywhere within your post/page content. Additionally, you can pass one of the following attributes to specify a different user; For example; [author_bio] [author_bio id="4"] [author_bio username="admin"] [author_bio email="user@example.com"] You can also have the author's avatar added, by using the avatar parameter like so; [author_bio avatar="yes"] Warning: if you don't want the avatar, do not change the above to "no" as it will not work, simply change back to [author_bio] alone. It's possible to add the author's name, too by adding the name parameter; [author_bio name="yes"] Warning: As with the avatar option, leave the name parameter out completely to hide the name. Additionally, you can make the author's name link to his/her website as defined in their profile; [author_bio name="yes" name_link="yes"] You can also customise the HTML output which defaults to; ` ... the author bio ... ` There are 7 parameters that describe the HTML above; Here is an example using all the HTML parameters to re-create the above example code; [author_bio container_element="div" container_class="author-bio-shortcode" avatar_container_element="div" avatar_container_class="avatar" bio_container_element="div" bio_container_class="bio" bio_paragraph="true"] This example shows how to remove the P tag from around the bio text; [author_bio bio_paragraph=0]

更新日志:

1.0 1.2 1.2.1 2.0 2.1 2.2 2.3 2.5.1 2.5.2 2.5.3