See How Easy It Is To Widgetize WordPress Themes


/ Published in: PHP
Save to your folder(s)

other sources: http://www.quickonlinetips.com/archives/2007/11/how-to-create-multiple-dynamic-sidebars-for-wordpress-widgets/


Copy this code and paste it in your HTML
  1. <?php
  2. if ( function_exists('register_sidebar') )
  3. register_sidebar();
  4. ?>

URL: http://www.themelab.com/2008/04/18/see-how-easy-it-is-to-widgetize-wordpress-themes/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.