Adding comment threads to dynamic pages
-
On this test site:
https://lisa.joedog.org/sample-page/
sample-page is a wordpress page. If you click the link associated with one of those locations, you get a dynamic page with site details. Here’s the link for Lancaster Brewing Company.
https://lisa.joedog.org/sample-page/1000/
In this case, 1000 is just a parameter passed to sample-page, i.e.,
sample-page.php?id=1000
Which brings me to my problem. I would like sample-page.php?id=1000 to have its own comment thread separate from sample-page.php or from sample-page.php?id=1001 Ideally, I’d like to use url-based commenting instead of page_id based commenting. What’s the easiest way to implement that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding comment threads to dynamic pages’ is closed to new replies.