Viewing 2 replies - 1 through 2 (of 2 total)
  • I agree!
    a php code is Rad, but a [shortcode] is so much more simplier!

    and if you want to take it a step further a widget!!! I mean DAMN! your plugin is good, but your implementation sucks!

    add this to your theme’s functions.php

    if ( function_exists( ‘wpsabox_author_box’ ) ):
    add_shortcode( ‘simppleboxshortcode’, ‘wpsabox_author_box’ );
    endif;
    and then place this to wherever you want. [simppleboxshortcode]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[shortcode]?’ is closed to new replies.