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