Hi again,
I have yet another Pro Layouts question!I am building Archive and Single page Layouts for bbPress. Generally it ahs been going well, but I am having a problem with the Topic Single Layout.
The bbPress shortcode for this type of layout is:
[bbp-single-topic id=$topic_id]
where $topic_id is replace by the post ID.
If I use the actual post ID (e.g. 592) and save the Layout, it will render on the front-end.
However, I have been trying to use dynamic data to populate the post ID. This is what I am trying to use:
[bbp-single-topic id={{dc:post:id}}]
It does not render anything on the front-end of the website. I also notice that the Headline in the admin view is also incorrect, despite showing correcly on the front-end.
Is it possible to use dynamic data as I am attempting to? Alternatively, is there a different way to achieve what i am trying to do?
I apologise for so many support queries over the past few days. I hope the responses end up helping others as well as me!
Many thanks,
Christopher