• I have been searching for advanced documentation on the commenting functions of wordpress but can’t seem to get the right information. Can someone point me in the direction of an explanation for the comments function of wordpress?

    What I’m interested in doing, if possible:

    I have a page template named “graph.” mysite.com/graph is the page that has been assigned the template file. The template has a javascript graph linked to a database table that can change values based on user input/requests. For example, a graph that shows number of items sold in a given period of time–6 months, 1 year, 2 years. The user can select and it will switch the time scale of the data for the graph to show. I have planned to transfer these requests through a GET or POST but realized I wanted to allow commenting on different versions of each graph. Is that something that’s possible? Or do I need to create a new page or post for each switch of the GET/POST request?

    Thanks!

The topic ‘Docs on Comments’ is closed to new replies.