관리-도구
편집 파일: footer.php
</div> <div id="c_footer"> <div id="recent_top"></div> <div id="recent_ctr"> <div class="left_footer"> <h2>Recent Post</h2> <ul> <?php get_archives('postbypost', 10); ?> </ul> </div> <div class="mid_footer"> <h2>Recent Comments</h2> <ul> <?php if(function_exists("get_recent_comments")) : ?> <?php get_recent_comments(); ?> <?php else : ?> <?php mw_recent_comments(10, false, 50, 35, 35, 'all', '<li><a href="%permalink%" title="%title%"><b>%author_name%</b></a> in %title%</li>','d.m.y, H:i'); ?> <?php endif; ?> </ul> </div> </div> <div id="recent_bottom"></div> </div> <div id="footer_bg"> <div id="footer_panel"> <div id="footer_panel_text"> © 2010 <a href="http://www.finestweddingsites.com/" target="_parent">Arizona's Finest Wedding Sites & Services</a></div> </div> </div> <div id="close_footer"></div> </div> <?php wp_footer(); ?> </div> </div> </body> </html>