Breaking Posts

6/trending/recent
Type Here to Get Search Results !

How to create shortcode in wordpress

 





                                                          How to create shortcode in wordpress 



function my_form_shortcode() {

    ob_start();

    include('template-charityform.php');

    return ob_get_clean();   

    }

    add_shortcode( 'charityshortcode', 'my_form_shortcode' );





Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.