Removing line code from template
-
Hi. I’m trying edit a theme I purchased and the developer told me to remove line 186-191:
// Left Sidebar
if($layout == ‘left-sidebar’) {
echo ‘<div id=”sidebar” class=”col span_3 first”>’;
if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Listings Search Left’) ) :else: endif;
echo ‘</div>’;
} ?>Any suggestions? I’m new to WordPress and have searched online and haven’t found a solution. I appreciate the help. Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Removing line code from template’ is closed to new replies.