rogue html
-
HI Folks , I’m having trouble in finding the source of of my rogue text, it’s appearing on all pages except the home page, here’s a link to about page(end of page you’ll see the text registration_sidebar etc) http://dunamaisebeekeepers.com/index.php/about-beekeeping-in-laois/
and here’s my php sidebar function file.Any help in this regard would be greatly appreciated.
<div id=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar’) ) : ?>
<?php endif; ?>
</div> <!– end #sidebar –>register_sidebars( 1,
array(
‘name’ => ‘widgetized-page-top’,
‘before_widget’ => ‘
<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>
‘,
‘before_title’ => ‘
<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>
‘
)
);register_sidebars( 1,
array(
‘name’ => ‘widgetized-page-bottom’,
‘before_widget’ => ‘
<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>
‘,
‘before_title’ => ‘
<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>
‘
)
);
The topic ‘rogue html’ is closed to new replies.