文件无法写入表示文件的操作权限不够本文以linux服务器为例,将主题文件夹及里面文件设置为777权限即可,命令如下:sudo chmod -R 777 /xxx/xxx/usr/themes/把/xxx/xxx/换成typecho实际安装的目录即可
如题,效果如本站侧边栏右侧默认分类(2)
Typecho初级(6)
Typecho中级(5)
Typecho高级(0)实现方法打开主题下sidebar.php文件,找到<?php $this->widget('Widget_Metas_Category_List')->listCategories('wrapClass=widget-list'); ?>修改为<...
本文以默认主题举例:修改主题下的header.php文件,代码如下,请举一反三!<title><?php $this->archiveTitle(array(
'category' => _t('分类 %s 下的文章'),
'search' => _t('包含关键字 %s 的文章'),
...
目的:typecho默认报错信息很简单,需要开启debug调试模式开启方法:打开根目录 config.inc.php 文件 然后在里面加上开启调试代码即可define('__TYPECHO_DEBUG__', true);
目的:Typecho获取当前页面地址,比如文章尾部显示本文地址代码:<p class="permalink">本文链接:<?php $this->permalink() ?></p>参考资料https://docs.typecho.org/themes/quick-tutorial#%E6%98%BE%E7%A4%BA%E6%96...
- « 前一页
- 1
- 2
- 3
- 4
- 5
- 6
- 后一页 »