Could you please help me with some code to get all recent comments for posts that are tagged with for example "XYZ"?
Thanks in advance, you guys are great!
|
|
As Konstantin Kovshenin pointed out in this article, you can get the comments for a specific Category like that:
|
||||
|
|
|
The given code doesn't work, I edited a bit, especially this line: if (has_term( "blogs", $comm_post_id )) And it displays all comments, not just from 1 tag. |
||||
|
|