重复的属性类导致站点验证错误

时间:2011-05-18 作者:user5486

以下代码位导致重复属性站点验证错误。

此模板脚本:

<div class="clearfix" <?php post_class() ?>>
生成此源输出:

<div class="clearfix" class="post-263 post type-post status-publish format-st…
WordPress添加了自己的帖子相关类来格式化博客条目。是否有任何方法可以将我的“clearfix”类添加到模板中,而不产生重复的属性?

谢谢

1 个回复
最合适的回答,由SO网友:Scott 整理而成

简单修复:

<div <?php post_class("clearfix"); ?>>
请参见post_class() 有关更多详细信息

结束

相关推荐

CSS not being applied

我对网页设计很陌生,所以这对我来说是一个令人困惑的问题。我正在我的内容左侧创建一个浮动的社交媒体共享按钮,该按钮与博客内容一起滚动。以下是我使用的代码:<div id=\"floating-menu-blog\" style=\"opacity:0.3;filter:alpha(opacity=30)\" onmouseover=\"this.style.opacity=1;this.filters.alpha.opacity=100\" onmouseout=\"this.styl