footer.php

来自「php168开源网站系统」· PHP 代码 · 共 21 行

PHP
21
字号

<hr class="hide" />
	<div id="footer">
		<div class="inside">
		<div class="utom">
			<?php
				// You are not required to keep this link back to Warpspire, but if you wouldn't mind, leaving it in would make my day.
			?>
			<p class="copyright">Powered by <a href="http://wordpress.org">Wordpress</a> and <a href="http://warpspire.com/hemingway">Hemingway</a>. <?php designby(); ?></p>
			<p class="attributes"><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries RSS</a> <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments RSS</a><?php wp_register('',''); ?></p>
		</div>
		</div>
	</div>
	<!-- [END] #footer -->	

	<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
	<?php wp_footer(); ?>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?