没技术就认真看完文章,在对着文章来操作
有用户问怎么弄的这些美化今天就随便找2个比较多人用的分享给大家
教程开始
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>
3、并将附件内的theme-functions.php内容整体**进去放在最后面的</span>后面并保存
效果样式
未经允许不得转载! 作者:admin,转载或复制请以超链接形式并注明出处搜库资源网。
原文地址:《RIPRO主题美化-文章列表页面右上角3个彩色圆点效果》发布于:2021-01-26
还没有评论,来说两句吧...