I am unable to add the BB shortcode for a global row to posts that are in a certain category. I have searched the forum and tried a few of the options, but none work for me.
(note: I’m a newbie when it comes to php)
What I want to do is to be able to add a logo, and possibly a different menu, etc.
For now, I was able to add a logo below the menu, but it is not ideal, since it doesn’t use the BB shortcode.
Yes, that can be fixed through CSS. The problem there is that once you’ve loaded the layout via the shortcode, it loaded its assets(CSS/JS) as well. And I believe you have set Page Titles to be hidden under Global Settings. Try adding the code below though and see if it works. It should make the post titles on all single posts visible.
Ah, must have been typing my reply when you posted yours. Your code should work fine, since I believe you’re only loading the template on that specific category.