Leave a Comment

Posted in: Newspaper
Post count: 37

Hi,

How can i put Leave a Comment on Post Title or Page Title?

im using default wordpress comment system with jetpack comments.. Thanks

and 2 comments on Post Title or page title ..

Thanks

  • This topic was modified 11 years by jalmz.
Post count: 6600

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

Post count: 37

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

Post count: 6600

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

Post count: 37

Thank you Lucian..

Post count: 37

It does not work Lucian.. by the way im using Jetpack wodpress comments

Post count: 9544

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.

Post count: 6600

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

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