• Resolved Ravikumar Patel

    (@ravipatel)


    How we can manage content with this type short code?

    [URL="http://www.xyz.me/threads/asdasatch-asdasdOnline-Download"][SIZE=4][COLOR=green]Title hear [/COLOR][/SIZE][/URL]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ravikumar Patel

    (@ravipatel)

    This shortcode form “vbulletin” so we need to transfer in wordpress.

    Thread Starter Ravikumar Patel

    (@ravipatel)

    shortcodeFname($atts, $content = null) {
        $content = "<b>".$content."</b>";
        return do_shortcode( $content );
    }
    add_shortcode('your_shortcodename', 'your_shortcodeFname');
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how to manage this shortcode function?’ is closed to new replies.