Typecho 创建自定义首页或独立页面
No Reply , Posted in 代码 on April 16, 2014
自定义首页或独立页面代码,首先新建一个php文件,然后:
<?php /** * 自定义首页模板 * * @package index */ <?php /** * 自定义页面模板 * * @package custom */
收集一些TYPECHO模板制作过程中的常见代码、插件、模板
No Reply , Posted in 代码 on April 16, 2014
自定义首页或独立页面代码,首先新建一个php文件,然后:
<?php /** * 自定义首页模板 * * @package index */ <?php /** * 自定义页面模板 * * @package custom */