March 23, 2008

Widgetize your Wordpress theme

Filed under: wordpress — @ 00:56

If you want to use widgets on your Wordpress theme, then these are the steps you should take:

1) Create a file functions.php in your theme directory. Add this to the file

if ( function_exists('register_sidebar') )
register_sidebar();
?>

2) Open your sidebar.php file and add this somewhere in the ul-list defintion

|| !dynamic_sidebar() ) : ?>

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment