Changeset 555088
- Timestamp:
- 06/08/2012 10:35:36 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
r555083 r555088 83 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 84 85 *Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.85 Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu. 86 86 87 *After that just add one shortcode per author something like this:88 * [social-bio id=1] 89 * [social-bio id=2] 87 After that just add one shortcode per author something like this: 88 '[social-bio id=1]' 89 '[social-bio id=2]' 90 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.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 92 93 93 = How can I add the Social Author Bio box directly into my theme? = 94 94 95 *Add code like below to your theme template files:95 Add code like below to your theme template files: 96 96 97 * <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?> 97 '<?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>' 98 98 99 99 == Screenshots == -
social-autho-bio/trunk/readme.txt
r555083 r555088 83 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 84 85 *Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.85 Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu. 86 86 87 *After that just add one shortcode per author something like this:88 * [social-bio id=1] 89 * [social-bio id=2] 87 After that just add one shortcode per author something like this: 88 '[social-bio id=1]' 89 '[social-bio id=2]' 90 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.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 92 93 93 = How can I add the Social Author Bio box directly into my theme? = 94 94 95 *Add code like below to your theme template files:95 Add code like below to your theme template files: 96 96 97 * <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?> 97 '<?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>' 98 98 99 99 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.