Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter chrisfromwa

    (@chrisfromwa)

    I’ve been looking at the db structure and I think this should be possible.

    Looking at how comments are stored, they have a column for post_id. Which is the same ID I would use for my idea

    So what I would need to be able to do, is if someone creates a ‘post’ from their car page. It would store the ‘parent post’ ID in a column in this table. This would be the ID of the car page. Does anyone know how I could program this? Basically pull the ID from the page, and then save it into a new column I add to the table for parent_post.

    Then for displaying the posts on the page, would it be possible to use the query loop? And filter by the parent_post_ID that was saved in the prior step?

Viewing 1 replies (of 1 total)