Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在我的 page.php 文件中包含一些 shorcodes 和一些项目符号,以确保插件出现在所有页面中。我这样做是因为我没有任何小部件区域。但是该插件没有出现在页面中,并且项目符号项的样式也没有应用。
有谁能够帮我?
我不确定我是否理解您的问题,但如果您想在 Wordpress 的 php 模板中包含简码,您可以使用以下代码:
<?php do_shortcode('[shortcode]'); ?>