Stacks4Stacks Comment stack question

Dave, I quickly checked your blog and will post the solution here so we have a complete thread in case someone else has a similar question:

The missing link is the “permalink” attribute, so the code should read:
'.$_GET['permalink'].'

Looks like this:
CleanShot 2021-08-25 at 13.09.01

This creates for each blog entry a database file for the CommentsStack with the name of the blog page (aka the permalink).

This should do the job.

/heiko

4 Likes