Dear Bob,
It looks quite complicated to me as I am not a coder.
However, I will try my best to make it.
with reference to:
https://getpublii.com/dev/create-post-list-from-specific-tags/
I am using the “taste” theme:
(a) I have checked that “createContentStructure” has been enable by default ( “createContentStructure”: true, )
in the config.json file:
C:\Users\user1\OneDrive\Documents\Publii\themes\taste\config.json
(b) Then, in the “taste” theme folder, I have created the helpers.js file (it does not exists in the theme folder) with the code as specified:
C:\Users\user1\OneDrive\Documents\Publii\themes\taste\helpers.js
(c) Edit the post.habs file:
C:\Users\user1\OneDrive\Documents\Publii\themes\taste\post.habs
-> In line 80, I find the code {{{text}}} and change it to {{{parseShortcode text}}}
(d) Finally I created a post with name “SSP”, add it to a sub-menu, but it is what it is, pls. see the screen capture attached:
What’s wrong?