⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 related_posts.php

📁 php168开源网站系统
💻 PHP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -