관리-도구
편집 파일: footer-ORIGINAL.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"> © 2008 <a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a> is proudly powered by <a href="http://wordpress.org">WordPress</a> <br> Designed by <a href="http://roam2rome.com">Roam2Rome</a> </div> </div> </div> <div id="close_footer"></div> </div> <?php wp_footer(); ?> </div> </div> </body> </html>