如何在博客主页末尾添加快捷代码小工具

时间:2020-07-20 作者:ShubhamK

无法在博客页面的末尾添加订阅新闻稿短代码。要在分页之后和页脚之前添加。有人知道怎么加吗?我正在处理的页面Website

1 个回复
SO网友:Robert Kotula

我建议使用do_shortcode 正如莫兹建议的那样。但我认为使用单曲。php文件是一种更好的方法。您应该使用的模板取决于主题的结构,但如果元素应该始终显示在帖子之后,那么编辑主模板是最好的方法。

相关推荐

What does this shortcode do?

function my_shortcode($atts, $content = null){ extract(shortcode_atts(array(\"type\" => \"warrning\"), $atts)); return \".$content.\"; } add_shortcode(\"warrning_dialog\", \"my_shortcode\"); 我知道它会创建短代码[warning\\u dialo