markdown PHP包含在Wordpress中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown PHP包含在Wordpress中相关的知识,希望对你有一定的参考价值。

For passing a variable from one template file to another, use:

<code><?php include(locate_template('subfolder/your-template-name.php')); ?></code>


If you don't need to pass a variable you can use:

<code><?php get_template_part( 'includes/twitter', 'feed' ); ?></code>

(would retrieve 'includes/twitter-feed.php')

以上是关于markdown PHP包含在Wordpress中的主要内容,如果未能解决你的问题,请参考以下文章

markdown [wordpress:note] WordPress - 博客CMS由php。 #php #wordpress #cms

markdown 设置PHP CodeSniffer和WordPress标准

markdown WordPress PHP函数预处理树枝的菜单

markdown 如何删除包含部分单词的WordPress评论?

markdown 链接,片段,提醒,收集点作为重新访问WordPress插件开发期间的笔记#WordPress #Plugin #PHP #Refere

PHP 在Wordpress中“包含”功能