php WP Blog摘录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WP Blog摘录相关的知识,希望对你有一定的参考价值。
if ( is_home() ) {
the_excerpt();
} else {
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s <span class="meta-nav">→</span>', 'shoreditch' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
) );
}
以上是关于php WP Blog摘录的主要内容,如果未能解决你的问题,请参考以下文章
php WP博客自定义摘录
php 通过帖子ID获取WP_Post的摘录。
删除摘录阅读更多链接 WP REST API
WP 插入 post PHP 函数和自定义字段
php 切换到Blog和WP_Query示例
本地 xampp wordpress 安装 - 找不到 wp-blog-header.php