admin管理员组文章数量:1134574
My theme has an option to display the tagline in logo area of the header (tagline added using theme Site Identity settings)
Using CSS I can supplement the tagline with additional content (words etc).
/*tagline */
.fl-theme-tagline::before {
content: "[post_title] ";
}
--- the content can be "blah blah blah or whatever"
it displays the words/character [post_title] but it is not triggering it to load the title.
I checked the shortcode and it does trigger in the content of the post.
any tips on a functions.php or other solution to this?
thanks
本文标签: How to trigger shortcode loaded by CSS
版权声明:本文标题:How to trigger shortcode loaded by CSS 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736807504a1953749.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论