Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6348
    mword
    Member

    I followed a forum discussion to turn comments off from my site, but deleting the line instructed below took out my right column widgets! HELP!!!!  Anyone have the code for the COMMENTS for this theme?

    Discussion below:

    Under each blog post, in addition to the words “Posted in xxxx”, my blog displays “Comments Off”.
    Since I have comments turned off for all posts by default, I’d kinda like to get rid of the “Comments Off” indicator. Can anyone suggest how I can do this?
    Thanks,
    Tom

    whooami
    Member
    Posted 5 years ago #

    go through your theme files, and locate all the occurances of :
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    Removing that bit ought to remove all the stuff related to comment counting.

    #6360
    Sakin
    Keymaster

    @mword: You don’t need to edit any code and don’t do that. Just send me your site url and I will send you css code to hide it.

    #6439
    mword
    Member

    nativeflags.org

    also, the home page has a weird “home” and ‘leave a reply’ link at the bottom – which i set the homepage to simply become a static page and didn’t allow comments on the homepage.

    #6463
    Sakin
    Keymaster

    @mword: Why do you set home as the static page. If you don’t want any page in homepage just disable the page in homepage from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. In Enable Latest Posts or Page?, just uncheck it and save it.

    To turn off the comment see this
    Click here to Tutorial
    Click here for Video

    I don’t see where you want to hide “Comments Off” indicator. Can you point to particular url?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Deleted CSS for Comment off – Missing right column widgets!’ is closed to new replies.