td_comment

Posted in: Newspaper
Post count: 8

How to edit td_comment ??

Post count: 8

I import facebook comments on my posts but there is no picture from facebook only the default one… I used to have the facebook picture with my other wordpress template.

Post count: 8

When i remove ‘callback’ => ‘td_comment’ from comments.php i get the facebook images but how to edit td_comment?

Post count: 7909

Hi,

I’m not sure if this helps but if you switch to a default wordpress theme and it works like you wish, you can try to paste this code here(replace td_comment) – http://screencast.com/t/kND6eGiHy also please make a backup of your current file.

<?php wp_list_comments( array(
               'style'       => 'ol',
               'short_ping'  => true,
               'avatar_size' => 56,
) ); ?>

Thanks!

Post count: 8

it’s working with your code but i like the style of the Newspaper template comments.
How to do this?

Post count: 7909

Hi,

Unfortunately I cannot provide a solution right now as the theme was not tested with all jetpack features(I guess that you use jetpack comments), sorry! I have added this on our list and we will fix it as soon as possible.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.