need help updating sidebar.php
-
I have problems updating a theme to make it support widgets. I have read this, but I haven’t been able update successfully so it loaded the style in the stylesheet correctly.
header.php
<div id="sidebar"> <ul> <li> <h3>Search It!</h3> <div class="sidebar_section"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> </li> <li> <h3>Calendar</h3> <div class="sidebar_section"> <?php sidebarEventsCalendar();?> </div> </li> <li> <h3>Music</h3> <div class="sidebar_section"> <center> <embed src="theme.mp3" width="75" height="45" autostart="1" showcontrols="1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"> </embed> </center> </div> </li> <li> <h3>Links</h2> <div class="sidebar_section"> <ul> <?php get_links(-1, '<li>', '</li>', '', FALSE, 'id', FALSE, FALSE, -1, TRUE); ?> </ul> </div> </li> </ul> </div>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘need help updating sidebar.php’ is closed to new replies.