Changeset 555083
- Timestamp:
- 06/08/2012 10:25:40 PM (14 years ago)
- Location:
- social-autho-bio
- Files:
-
- 2 edited
-
tags/2.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-autho-bio/tags/2.0/readme.txt
r552686 r555083 81 81 Please fill out the contact form at [NickPowers.info](http://nickpowers.info/contact-me/). FAQs will be added here as they are presented 82 82 83 = I have a multi-author blog entry, both of them have user profiles. I have tried the [social-bio id=xxx], but it will only show 1. Is there a way that i can add social bios for 2 authors? = 84 85 * Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu. 86 87 * After that just add one shortcode per author something like this: 88 * [social-bio id=1] 89 * [social-bio id=2] 90 91 * That would show a bio box for user with ID 1 and another for user with ID 2. You can display as many as you want. 92 93 = How can I add the Social Author Bio box directly into my theme? = 94 95 * Add code like below to your theme template files: 96 97 * <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?> 98 83 99 == Screenshots == 84 100 1. Social Author Bio in Action! -
social-autho-bio/trunk/readme.txt
r552684 r555083 81 81 Please fill out the contact form at [NickPowers.info](http://nickpowers.info/contact-me/). FAQs will be added here as they are presented 82 82 83 = I have a multi-author blog entry, both of them have user profiles. I have tried the [social-bio id=xxx], but it will only show 1. Is there a way that i can add social bios for 2 authors? = 84 85 * Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu. 86 87 * After that just add one shortcode per author something like this: 88 * [social-bio id=1] 89 * [social-bio id=2] 90 91 * That would show a bio box for user with ID 1 and another for user with ID 2. You can display as many as you want. 92 93 = How can I add the Social Author Bio box directly into my theme? = 94 95 * Add code like below to your theme template files: 96 97 * <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?> 98 83 99 == Screenshots == 84 100 1. Social Author Bio in Action!
Note: See TracChangeset
for help on using the changeset viewer.