我看到wordpress制作标签meta、link、style、img、ecc。ecc。像theese:<img />
<meta />
<link />
<style />
使用/>
在标记的末尾。
我怎样才能得到像thees这样的标签?<img>
<meta>
<link>
<style>
没有/
非常感谢。
我看到wordpress制作标签meta、link、style、img、ecc。ecc。像theese:<img />
<meta />
<link />
<style />
使用/>
在标记的末尾。
我怎样才能得到像thees这样的标签?<img>
<meta>
<link>
<style>
没有/
非常感谢。
捕获所有wp\\U标题内容
add_action( \'wp_head\', function(){
ob_start();
}, 0);
替换结尾并输出结果add_action( \'wp_head\', function(){
$head = ob_get_clean();
echo str_replace(\'/>\', \'>\', $head);
}, 99999);
我想让代码在页脚中显示页面标题列表。我在中生成了以下代码functions.php: add_action(\'yamada_action\', \'list_page_2\'); function list_page_2() { global $title_yama; $title_yama = \'\'; $args = array( \'post_type\' =