
作者:Site5.com
语言:英文
类别:二栏
版本:1.0
演示:DEMO
主题简介:一款功能不错WordPress主题,由于主题集成了twitter,国内使用需打开sidebar.php,删除下面的代码,否则会一直显示加载中.
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php echo get_option('alltuts_twitter_user'); ?>.json?callback=twitterCallback2&count=<?php
if(get_option('alltuts_number_tweets')!=""){
echo get_option('alltuts_number_tweets');
}else{
echo "1";
} ?>"></script>首页缩略图设置:编辑文章页面,右下特色图片->设置特色图片,上传图片,然后选择"用作特色图片"。
标签: AllTuts , CMS , wordpress theme , wordpress主题 , 二栏 , 蓝色
编辑: 知更鸟
求助:导航的位置为什么始终显示:“没有分类目录”?然后添加了分类也没效果