• Resolved samd102

    (@samd102)


    Hi WordPress people,

    NOW – I have removed the < ? php comments_template(); ? > from all of my template files and set display:none in everything in my CSS file but for some reason I can’t seem to remove the ‘leave a reply’ link on the blog posts page. Can anyone suggest why? Would be greatly appreciated.

    https://www.onecarliepr.co.uk/test/blog/

    Sam

Viewing 5 replies - 1 through 5 (of 5 total)
  • try adding this to the end of your style sheet

    }
    .comments-link {display:none;}

    courtney
    :end

    Thread Starter samd102

    (@samd102)

    Hi brazley,

    Thanks but that doesn’t seem to have worked ??

    Sam

    hmmmm…
    did you put it exactly as shown at the very end of your css?

    }
    .comments-link {display:none;}
    }

    Thread Starter samd102

    (@samd102)

    brazley – thanks!

    It wasn’t right at the end of the file (didn’t think that mattered?!) and also – how come the extra { } around the line of CSS? Out of interest?

    Thanks again – sorted now!

    Sam

    cool….

    the } is simply to close the id (.) at the end.
    my bad, i copied it wrong and just assumed you knew ??

    glad it worked tho!

    courtney
    :end

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove 'leave reply' link’ is closed to new replies.