php 将类添加到WordPress摘录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将类添加到WordPress摘录相关的知识,希望对你有一定的参考价值。

<?php

add_filter( "the_excerpt", "add_class_to_excerpt" );
function add_class_to_excerpt( $excerpt ) {
    return str_replace('<p', '<p class="excerpt"', $excerpt);
}

以上是关于php 将类添加到WordPress摘录的主要内容,如果未能解决你的问题,请参考以下文章

php 将类添加到WordPress摘录

PHP 将摘录添加到WordPress页面

php 将类添加到post_class函数wordpress(作为最后一个类)

将摘录添加到WordPress页面

PHP 将类添加到previous_posts_link()和next_posts_link()在WordPress中

PHP 在Wordpress 3.0中添加页面摘录