Friday, February 28, 2014

Make a widget for your theme in wordpress

Place this where you want to show the widget :

<?php dynamic_sidebar('right_sidebar_bottom'); ?>

Place this code in functions.php or anywhere where widgets are called :

register_sidebar( array(
   'name' => __( 'Right Sidebar Bottom', 'PerfectPoingMarketing' ),
   'id' => 'right_sidebar_bottom',
   'before_widget' => '<div class="single_sidebar">',
         'after_widget' => '</div>',
         'before_title' => '<h2>',
         'after_title' => '</h2>',
     ) );

Here, name, id must be changed.

Any question. Buy one gig , I will do it for you.

No comments: