I have a problem in posts query, I want to add a new key likes to the existing posts query to count total number likes to the particular post.
Is there any hooks to do it??
I have tried with another custom query to get post like by post id but need to add that key to that existing posts query. enter image description here