Basic Shortcode How-to
-
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. ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Basic Shortcode How-to’ is closed to new replies.