Widgetize Theme
-
Hello www.remarpro.com. I have a theme I love the visual look of, I’ve made some modifications.
I want to widgetize my theme. I’m using 2.2. I tried making recommended changes to the sidebar as suggested on automattic.com, but no dice.
Can someone help please?
I will post my sidebar text in below. Thank you for any help.
<div id="menu"> <?php /********************************* <ul> if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <li><h2 class="sidebar">Titel</h2> <ul> <li>Inhalt</li> </ul> </li> <?php endif; </ul> ************************************** /?> <?php /* -- Blogbeschreibung -- */ if (function_exists('sirius_blogbeschreibunganzeige')) { sirius_blogbeschreibunganzeige();} ?> <?php /* -- Kalender -- */ if (function_exists('sirius_kalender')) { sirius_kalender();} ?> <?php /* -- Kategorien -- */ if (function_exists('sirius_kategorien')) { sirius_kategorien();} ?> <?php /* -- Suche -- */ if (function_exists('sirius_suche')) { sirius_suche();} ?> <?php /* -- Letze Kommentare -- */ if (function_exists('sirius_kommentare')) { sirius_kommentare();} ?> <?php /* -- Seiten -- */ if (function_exists('sirius_seiten')) { sirius_seiten();} ?> <?php /* -- Blogroll -- */ if (function_exists('sirius_blogroll')) { sirius_blogroll();} ?> <?php /* -- Archiv -- */ if (function_exists('sirius_archiv')) { sirius_archiv();} ?> <?php /* -- Feeds -- */ if (function_exists('sirius_feeds')) { sirius_feeds();} ?> <?php /* -- Meta -- */ if (function_exists('sirius_meta')) { sirius_meta();} ?> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Widgetize Theme’ is closed to new replies.