设置wordpress文章标题高亮的代码
- 时间:2020-05-23 15:34:29
- 分类:网络文摘
- 阅读:92 次
wordpress的文章标题能够识别html代码,可以据此对需要高亮的文章标题(如置顶文章)进行颜色设置,代码如下:
- <span style="color:#ff0000;">文章标题</span>
可替换其中的#ff0000为你需要的颜色代码。
代码参考:http://www.color-hex.com/
效果示例:
How to Compute the Catalan Numbers using Dynamic Programming Alg C++ Coding Reference: Partial Sorting with nth_element from Algo Microbit Programming: Introduction to AI – Letting Compute Subtract the Product and Sum of Digits of an Integer Leetcode’s Online Code Debugger Algorithm to Remove a Interval from Segments How to Start a Podcast for a Blog How to Change Your Blogging Focus Without Missing a Beat A 7-Step Guide to Creating Your Content Editorial Calendar for 2 How to Find and Hire a Ghostwriter for Your Blog
- 评论列表
-
- 添加评论