在wp-content hemesvt-bloggingfunctions.php中,导入自定义脚本
wp-content hemesvt-bloggingcustom_pagescustom_scriptcustom-functions.php
在wp-content hemesvt-bloggingfunctions.php中:
include (dirname(__FILE__) . '/custom_pages/custom_script/custom-functions.php')
或者
require_once(dirname(__FILE__) . '/custom_pages/custom_script/custom-functions.php');