Plugin Directory

Changeset 555088


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

Fixing FAQ with code tags

Location:
social-autho-bio
Files:
2 edited

Legend:

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

    r555083 r555088  
    8383= 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? =
    8484
    85 *   Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.
     85Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.
    8686
    87 *   After that just add one shortcode per author something like this:
    88 *   [social-bio id=1]
    89 *   [social-bio id=2]
     87After that just add one shortcode per author something like this:
     88'[social-bio id=1]'
     89'[social-bio id=2]'
    9090
    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.
     91That 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.
    9292
    9393= How can I add the Social Author Bio box directly into my theme? =
    9494
    95 *   Add code like below to your theme template files:
     95Add code like below to your theme template files:
    9696
    97 *   <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>
     97'<?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>'
    9898
    9999== Screenshots ==
  • social-autho-bio/trunk/readme.txt

    r555083 r555088  
    8383= 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? =
    8484
    85 *   Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.
     85Yes, first make sure shortcode is enabled in the general section of the Social Author Bio Admin menu.
    8686
    87 *   After that just add one shortcode per author something like this:
    88 *   [social-bio id=1]
    89 *   [social-bio id=2]
     87After that just add one shortcode per author something like this:
     88'[social-bio id=1]'
     89'[social-bio id=2]'
    9090
    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.
     91That 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.
    9292
    9393= How can I add the Social Author Bio box directly into my theme? =
    9494
    95 *   Add code like below to your theme template files:
     95Add code like below to your theme template files:
    9696
    97 *   <?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>
     97'<?php $socialauthor = do_shortcode('[social-bio]'); echo $socialauthor; ?>'
    9898
    9999== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.