使用一个短代码包含插件,只需在小部件或定制器页面上使用的侧栏中的文本小部件中添加一个短代码。
Here are some example plugins and how they work:
Include Me -
[includeme file=”filename.php”]
Custom Content Shortcode - [load file=template/sidebar.html]
Insert Pages Plugin - [insert page=\'{slug}|{id}\' display=\'title|link|content|all|{custom-template.php}\']
Include Shortcode - [include slug="hello-world"]
也可以简单地复制模板并将其重命名为边栏-{pagename}
复制页面模板,删除文件中的注释标题,然后重命名它sidebar-custom.php
.
然后将其包含在您想要使用它的其他页面模板中。
<?php get_sidebar (\'custom\'); ?>
<小时>
Other methods if you don\'t want to rename add another file just include it in your template like a sidebar:
(will return template-name.php)
include (\'template-name.php\');
<小时>一
include(get_query_template(\'template-name\'));
<小时>一include(get_query_template(\'template-name\'));
<小时>(will return content-page.php)
get_template_part( \'content\', \'page\' );