Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Pingbacks and trackbacks do not appear along with comments

Home / Forums / Virtue Theme / Pingbacks and trackbacks do not appear along with comments

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 15, 2024 at 3:41 pm

Hi.

I am able to receive comments on my blog posts using Virtue Premium, but pingback and trackbacks do not show up. I have extensively re-checked all my settings to ensure I am allowing pingbacks and trackbacks. A few months ago, I received a suggestion to add a PHP code using Code Snippets. The PHP code was the following:

function log_pingback_data($content) {
error_log(print_r($content, true));
return $content;
}
add_filter('xmlrpc_pingback_body', 'log_pingback_data');

I did that with no success. Is there a CSS alternative to force pingbacks to appear in the comments? If I include a link to someone else’s website, they get my pingback. However, if they include a link to my site, I do not receive anything. Any suggestions?

Egidio

  • The forum ‘Virtue Theme’ is closed to new topics and replies.