⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 template-functions.php

📁 是一个优秀的语义个人发布平台
💻 PHP
字号:
<?php
$curpath = dirname(__FILE__).'/';

/***** About-the-blog tags *****/
require($curpath . 'template-functions-general.php');

/***** Links *****/
require($curpath . 'template-functions-links.php');

/**** // Geo Tags ****/
require($curpath . 'template-functions-geo.php');

/***** Author tags *****/
require($curpath . 'template-functions-author.php');

/***** Post tags *****/
require($curpath . 'template-functions-post.php');

/***** Category tags *****/
require($curpath . 'template-functions-category.php');

/***** Comment tags *****/
require($curpath . 'template-functions-comment.php');

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -