Hi,
I’m not sure what you want to do, if you want to add “Leave a comment” like this to the post title you will have to edit the td_module_blog.php file and add the following code like this: http://screencast.com/t/C6u30OBXtm1
if ($var_single == 1) {
$buffy .= '<span class ="leave_comment">LEAVE A COMMENT</span>';
$buffy .= '<br>';
}
If this is not what you want to achieve please provide more details and let me know.
Thanks
hi Lucian thanks for the reply what i mean is.. for example i have a post title SEO TIPS
so in the comment section it should be
Leave a comment on SEO Tips
This will boost SEO..
Example 2..
for this post.. http://biliranisland.com/blogs/2014/10/18/fire-biliran-town/
The title is Fire in Biliran Town
then in comment section there is Leave a Comment
I would like to have Leave a Comment on Fire in Biliran Town
Hi,
Add and replace with this line $defaults['title_reply'] = __td('Leave a Reply on ') . get_the_title($post->ID); in comments.php file, like this: http://screencast.com/t/RdZktersoL2
Result: http://screencast.com/t/4bFk4yyo7
Thanks
I don’t think you can edit the jetpack comments elements as they load from the jetpack website/cloud. It loads in an iframe and isn’t actually “on” your site. Supposedly there is a custom CSS editor built in to Jetpack, which allows you to change colors or whatever, but not sure you can edit textual elements. Likely good to try the Jetpack support forum as it’s not part of the theme.
http://jetpack.me/support/comments/
You can also change the “Leave a Reply” heading and the color scheme of the Jetpack Comments form under the Settings → Discussion menu.
Hi,
Thanks Christopher!
My solution was for our theme’s default comments template, if you want this customization for the jetpack comments you should check plugins settings to see if doesn’t have an option for that as Christopher also mentioned or try to search for a solution online or get a freelancer to do it for you if you don’t know how to do it yourself.
Thanks