Monday, February 21, 2011

Entevava.com: Adding sidebar to your wordpress

Entevava.com
February 21, 2011 5:33 pm
You have subscribed to these e-mail notices about new posts to the blog.
If you want to change your settings or unsubscribe please visit:
http://entevava.com/post_notification_header-2/?code=a0ca4a4bc67e212306efaac6b1e301f1&addr=rajileshp.mobile%40blogger.com&

Adding sidebar to your wordpress

A new way of adding sidebars

You can register more than one sidebar. In wp-includes/widgets.php you find the function-definition for register-sidebars() which you may use in your custom function within your theme-folder (functions.php - if not existent, create an empty php-file by that name):
<?php if ( function_exists ('register_sidebar')) {     register_sidebar ('custom'); } ?>
'custom' would mean 

read more...

No comments:

Post a Comment