related_posts.php

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

PHP
13
字号
<h2>Related Entries</h2>
<?php if ( function_exists('related_posts') ) { ?> 
<ul class="pages">
	<?php related_posts($limit, $len, '$before_title', '$after_title', '$before_post', '$after_post', $show_pass_post, $show_excerpt); ?>
</ul>
<?php } else { ?>
<p>This block requires the <a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Related Entries Plugin</a>.</p>
<?php } ?>
<?php
/*
	 Props to http://freshnecessity.net/
*/ 
?>

⌨️ 快捷键说明

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