一款国人卖钱的主题Abook
2012/03/25
这款主题适合个人博客,适合那种张扬个性的博主。Abook具有如下功能:
- 无限翻页ajax翻页特效+预载,后台支持(SEO,广告,功能设置),自定义背景
- 支持模板(联系邮件表单,归档,留言板,读者墙)
- 独特的ajax留言/留言ajax分页/无限嵌套/博主高亮/评论自带格式工具栏
- 首页自动缩略图
这款Abook主题就像书一样,一页一页轻轻的翻开,细细的品味。。。。。。。
解压密码:ylsnuha.com
[download#170#format=1][download#171#format=1]
博主啊,解压密码多少
ylsnuha.com
Parse error: syntax error, unexpected ‘}’ in /home/sxpzpcom/domains/liuz00.com/public_html/wp-content/themes/Abook/functions.php on line 36 为什么安装后是这个
您需要贴出具体的代码。您打开functions.php,找到36行,把其相关代码贴出来。
?>
<?php
}
}
//add_filter(‘the_content’,’post_copyright_content’);
function post_copyright_content($text){
ob_start();
post_copyright();
$post_copyright_content = ob_get_contents();
ob_end_clean();
return $text.$post_copyright_content;
您看是这一段吗?
把?>
<?php
}
}删除
嗯好的!谢谢!
模板可以显示了 ,但是后台没有出来略缩图
而是出现一些提示 如下:
Warning: copy(/home/sxpzpcom/domains/liuz00.com/public_html/avatar/2f0c109ae9193a78384ed361888e4c9d.jpg) [function.copy]: failed to open stream: No such file or directory in /home/sxpzpcom/domains/liuz00.com/public_html/wp-content/themes/Abook/functions.php on line 54
Warning: copy(/home/sxpzpcom/domains/liuz00.com/public_html/avatar/2f0c109ae9193a78384ed361888e4c9d.jpg) [function.copy]: failed to open stream: No such file or directory in /home/sxpzpcom/domains/liuz00.com/public_html/wp-content/themes/Abook/functions.php on line 54
在网站根目录建目录avatar加2f0c109ae9193a78384ed361888e4c9d.jpg文件应可解决问题