Plugin Directory

Changeset 555083


Ignore:
Timestamp:
06/08/2012 10:25:40 PM (14 years ago)
Author:
nickpowers
Message:

Updatin FAQ

Location:
social-autho-bio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-autho-bio/tags/2.0/readme.txt

    r552686 r555083  
    8181Please fill out the contact form at [NickPowers.info](http://nickpowers.info/contact-me/).  FAQs will be added here as they are presented
    8282
     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
    8399== Screenshots ==
    841001. Social Author Bio in Action!
  • social-autho-bio/trunk/readme.txt

    r552684 r555083  
    8181Please fill out the contact form at [NickPowers.info](http://nickpowers.info/contact-me/).  FAQs will be added here as they are presented
    8282
     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
    8399== Screenshots ==
    841001. Social Author Bio in Action!
Note: See TracChangeset for help on using the changeset viewer.