我的index.php
<li>
<a class="tag">[<?php the_category(' ');?>]</a> //this is the problem line
<a href="<?php the_permalink();?>">
<span><?php the_title();?></span>
</a>
</li>我的CSS:
.tag {color: rgba(140, 140, 140, 255);}这是它的样子: 图片
这就是它应该看起来的样子:图片
我是 php 新手,不知道该尝试什么。预先感谢您!
翻翻过去那场雪