• Rose

    (@thorned-rose)


    For anyone wanting to add basic shortcode support —

    1. add the following to your theme or child theme’s functions.php:

    if ( function_exists( 'wpsabox_author_box' ) ):
    add_shortcode( 'yourshortcode', 'wpsabox_author_box' );
    endif;

    Just replace yourshortcode with whatever you want.

    2. Set Simple Author Box setting “Manually insert the Simple Author Box” to Yes

    3. Place [yourshortcode] on whatever posts you want the author to appear on. ??

    https://www.ads-software.com/plugins/simple-author-box/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Thorned Rose.
    I was just looking for some help about this. I can not place the author box where I want (right after the post and before the comments box).

    What should I write in [yourshortcode] text?
    And after that, I just paste the ‘yourshortcode’ after my post?

    Thanks in advance for your help.

    My site is this.

    Woow, never mind. I just did what you said and that worked!!
    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Basic Shortcode How-to’ is closed to new replies.