@SurJuzi

文章 分类 评论
45 7 2

站点介绍

这里是站点介绍...

RIPRO主题美化-列表页面右上角3个彩色圆点效果 WordPress主题美化

admin 2023-08-25 90 0条评论 Wordpress wordpress美化

首页 / 正文
站点公告

发布于2023-09-02

STEP1
1、找到wp-content/themes/ripro/assets/css/diy.css并将附件内的diy.css内容整体复制进去并保存

2、找到/wp-content/themes/ripro/inc/theme-functions.php并搜索entry-meta

可以看到以下代码

<div class="entry-meta">
        <?php if ( $options['author'] ) :
          $author_id = get_post_field( 'post_author', $post_id ); ?>
          <span class="meta-author">
            <a<?php echo _target_blank();?> href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID', $author_id ) ) ); ?>">
              <?php
                echo get_avatar( get_the_author_meta( 'email', $author_id ), '40', null, get_the_author_meta( 'display_name', $author_id ) );
                echo get_the_author_meta( 'display_name', $author_id );
              ?>
            </a>
          </span>

STEP2
3、并将附件内的theme-functions.php内容整体复制进去放在最后面的后面并保存

4、如若转载请保留本站版权:设计来源于站壳网由站壳网独家制作首发。


对不起,作者设置了附件 回复可见

评论(0)