register sidebar function is not working
-
function.php
<?php $sidebar=array( 'name' => 'sidebar', 'id' => 'sidebar', 'description' => __('sidebar'), 'before_widget' => '<div>', 'after_widget' => '</div>' ); if ( function_exists('register_sidebar') ) register_sidebar($sidebar); ?>
sidebar.php
<?php dynamic_sidebar(‘sidebar’);?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘register sidebar function is not working’ is closed to new replies.