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

admin wordpress主题评论243字数 635阅读2分7秒
RIPRO主题美化-列表页面右上角3个彩色圆点效果
RIPRO主题美化

教程开始

1、找到wp-content/themes/ripro/assets/css/diy.css并将附件内的diy.css内容整体复制进去并保存文章源自零捌陆工作室-https://www.086026.com/174.html

2、找到/wp-content/themes/ripro/inc/theme-functions.php并搜索:文章源自零捌陆工作室-https://www.086026.com/174.html

entry-meta

可以看到以下代码:文章源自零捌陆工作室-https://www.086026.com/174.html

<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 ) ) ); ?>" rel="external nofollow" >  
              <?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>  

并将附件内的theme-functions.php内容整体复制进去放在最后面的后面并保存.
效果如下图:文章源自零捌陆工作室-https://www.086026.com/174.html

RIPRO主题美化-列表页面右上角3个彩色圆点效果
文章源自零捌陆工作室-https://www.086026.com/174.html文章源自零捌陆工作室-https://www.086026.com/174.html
weinxin
我的微信
我的微信
微信扫一扫
 最后更新:2023-10-7
admin
  • 本文由 admin 发表于 2020年12月21日 20:43:17
  • 转载请务必保留本文链接:https://www.086026.com/174.html

发表评论