How do I get the trackback count of a post in wordpress without writing an SQL query?
How do I get the trackback count of a post in wordpress without writing an SQL query?
I tried searching Brave Search and I couldn't find anything helpful. To fetch the amount of comments a post has, get_comments_number()
is the wordpress protocol function for it. But what if I want to fetch the amount of trackbacks a post has?
And also, do I have to be inside the loop to do this? What if I'm outside the loop?
Topic template-tags pingbacks templates theme-development themes Wordpress
Category Web