PHP 在WordPress页面中扩展读取更多链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在WordPress页面中扩展读取更多链接相关的知识,希望对你有一定的参考价值。

<div class="pageContent">
					<div class="content">
						<?php $content_arr = get_extended ( $post->post_content ); echo $content_arr['main']; echo '<span class="slideContent">[read more]</span>'; ?>						
					</div>					
   <div class="readMoreDiv">
    <?php $content_arr = get_extended ( $post->post_content ); echo $content_arr['extended']; ?>
   </div>
</div>

以上是关于PHP 在WordPress页面中扩展读取更多链接的主要内容,如果未能解决你的问题,请参考以下文章

PHP Wordpress - 在列表中列出子页面,但没有指向当前页面的链接

PHP Wordpress - 自定义“阅读更多”您的帖子的链接

链接到 wordpress 中的另一个页面

Wordpress-自定义“阅读更多”链接

php WordPress - 自定义页面链接

链接到 archive.php - WordPress