This is my second post about wordpress. I think i started liking wordpress and will shift to wordpress soon. My First post about WordPress was about Optimizing WordPress Blogs For the Search Engines. Today i am writing how to add widget footer in wordpress Blogs. So, For that first we have edit functions.php. we needed to tell WordPress to insert new sidebars into theme by altering the footer.php file. Edit footer.php: Now Find this code in footer.phpEdit functions.php:
Add the following code in functions.php:
'',
'after_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
?>
Now the architects have drawn up their plans, the construction team come in to put the new sidebars in place. They need to build the new “sidebar” elements into the footer.
0 comments:
Post a Comment