Widgets Dont Show up..
-
hey i was a making a theme for wordpress.. i have got the functions.php and everything else right.. but the widgets don’t show up.. they do show up in admin panel though..
here is the code from my theme
<div id="topright">
<?php if ( function_exists('dynamic_sidebar')) { dynamic_sidebar('top_side');
} ?>-
<h2>Latest Posts</h2>
<?php get_archives('postbypost', 8); ?></div>
anything that i havent noticed. please help me out
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Widgets Dont Show up..’ is closed to new replies.