测试代码
本文章属于wlw代码插件的测试,通过的话,就继续其他事情,不通过的话,该文章作废!
以下代码属于上一文章中的,仅仅是为了测试而随意粘帖的代码而已,别无他意.
// Removes the white spaces from wp_title
function af_titledespacer($title) {
return trim($title);
}
add_filter('wp_title', 'af_titledespacer');
OK,发布看效果
赏
转载本站原创文章请注明:文章转自 挨踢路,链接: https://888929.tm7j5.group/articles/1290.html
就踩个脚印,走过~
@万戈
绊一脚
<div align="left"> <h3><span>本月人气文章</span></h3> <ul><?php wkc_most_commented_posts('number=10&days=30'); ?></ul> </div> <br/> <div align="left"> <h3><span>这些你读过吗</span></h3> <?php wkc_random_posts('number=10&length=20'); ?> </div> <ul> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?> <?php endif; ?> </ul> <div align="left"> <h3><span>本月灌水之最</span></h3> <?php wkc_recent_commentors('type=month&skipuser=蓝冰'); ?> </div>
日了,随便贴了个代码竟然不是彩色的。
@蓝冰
你真的够YD的.. 还没见过哪个博客有评论代码高亮的.