首页 > 新闻资讯 > WordPress里如何给日志设置不同的样式

WordPress里如何给日志设置不同的样式

1条评论
标签:
更多

出于某些需要,你可能会想给某几篇日志设置不同的样式,让其与其他日志区别开来。或者如果你足够疯狂,可能甚至想给每篇日志都定做一个特殊的样式。

在single.php中找到有 <div class="post"> 的行,修改成:

<div class="post" id="post-<?php the_ID(); ?>">

然后你就可以用 #post-xxx 来定制日志样式了:

#post-112 {
    background: #113355;
    color:#069;
    font-weight:bold;
}

大功告成!

* 版权声明:作者WordPress啦! 转载请注明出处。

#1
额 这个也太疯狂了。。。

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.