WordPress随机显示名言警句插件random-quotes

本插件不是wordpress网站上那个Random Quotes(作者Stephen Coley)

插件下载:random-quotes  效果如下:

本插件没有调用MySQL数据库,而是在插件文件夹中 random-quotes.php 文件的添加自己喜欢的句子,一行一句就可以随机调用。
在要显示的地方插入如下代码:

<div id=”geyan”><?php if(function_exists(‘show_quotes’)) show_quotes(); ?></div>

奉上 geyan的css如下:

#geyan{
     height:50px;
    border-left: 3px solid #df889a;
    border-right: 3px solid #df889a;
    background-color: #feeeee;
    padding: 0px;text-align: center;
    color: #ff0000;
    margin:3px  0px 0;
   font-family:Microsoft Yahei;
    display:inline;
    float:right;
}
大家自己修改美化吧:)

本文引用自:https://qq52o.me/145.html