如何让main div html打印里面的帖子列表? 时间:2015-03-02 作者:Lucia 我创建了一个函数,它列出带有特定术语的自定义帖子类型并打印html。我将其作为插件代码的一部分使用。我重复使用了部分信息:http://code.tutsplus.com/tutorials/a-guide-to-wordpress-custom-post-types-creation-display-and-meta-boxes--wp-27645 (步骤3)这很好,但是在我构建的代码上进行了编码的html结构:<div id="main-content" class="main-content"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <!-- articles iteration --> </div> </div> </div> 与插件所在站点上安装的主题不同。有没有办法通过编程获得html包装器?谢谢 1 个回复 SO网友:Lucia 在查看了主题代码之后,我意识到我想要的所有html部分都是在主题文件上硬编码的,因此没有任何好的方法来检索这些html块我遵循Strap1注释并启用插件覆盖模板,否则我将解析文件页。php从主题中提取我需要的html,使用函数token\\u get\\u all()。 结束 文章导航