Projects : mp-wp : mp-wp_svg-screenshots-and-errorreporting-r2

mp-wp/wp-content/themes/default/footer.php

Dir - Raw

1<?php
2/**
3 * @package WordPress
4 * @subpackage Default_Theme
5 */
6?>
7
8<hr />
9<div id="footer">
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://thewhet.net/2018/06/mp-wp-genesis-regrind/">mp-wp</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>