如何删除类别列表?

时间:2013-11-02 13:57:15

标签: php wordpress list html-lists categories

我在我的网站http://velvetart.net上的最后一个问题。当我看到single.php(http://velvetart.net/2013/11/new-onliner-shakira-online-net/)类别在这里凌乱。当我检查HTML时,它显示类别处于无序列表中。

<ul class="post-categories">
<li><a href="http://velvetart.net/category/ordered/" rel="category tag" tiptitle="View all posts in Ordered">Ordered</a></li>
<li><a href="http://velvetart.net/category/wp-themes/" rel="category tag" tiptitle="View all posts in Wordpress Themes">Wordpress Themes</a></li></ul>

如何删除此列表?我在functions.php和category-template.php中试过这个,我删除了这些文件中的所有列表,但仍然将类别显示为列表..:/

我在category-template.php

中有这个
<div class="post-categories">

但在HTML中,它显示为

<ul class="post-categories">

有谁知道我可以在哪里更改?谢谢:))

0 个答案:

没有答案