Need help to clean up Wordpress theme
Need help to clean up Wordpress theme
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- benfal990
this is the code of the sidebar:
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?>
<div id="side_bar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php endif; ?>
</div>