]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/footer.php
WordPress 4.5-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / footer.php
1 <?php
2 /**
3  * @package WordPress
4  * @subpackage Default_Theme
5  */
6 ?>
7
8 <hr />
9 <div id="footer" role="contentinfo">
10 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
11         <p>
12                 <?php bloginfo('name'); ?> is proudly powered by
13                 <a href="http://wordpress.org/">WordPress</a>
14                 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
15                 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
16                 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
17         </p>
18 </div>
19 </div>
20
21 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
22 <?php /* "Just what do you think you're doing Dave?" */ ?>
23
24                 <?php wp_footer(); ?>
25 </body>
26 </html>