alexcreedy
Member
Posted 9 months ago #
Hi I am customising the twenty ten theme (child theme)
http://rudmantraining.com/wordpress/blog/
I am adding a blog page and can't see the comments section when I navigate to the single post view or try and leave a comment from the blog main page.
I can see #comments in firebug but its html text is faded (in firebug) as if not visible.
I have made lots of customisations to the css could it be something I have done there?
thanks
Alex
remove this from style.css of the child theme:
#respond {
display:none;
}
alexcreedy
Member
Posted 9 months ago #
thanks alchymyth!
I had forgotten about that code i was using... i'll work out another method of hiding comments box on the other pages, do you have any tips?
thanks again
alex
you should be able to enable/disable comments for individual posts/pages;
either click 'quick-edit' below the page title in the 'pages' page in admin; and then tick/untick the 'allow comments' box;
or below the page editor when editing a page, find a 'discussion' area - this might need to get made visible first by ticking the 'discussion' box under the 'screen options' tab near the top right.
alexcreedy
Member
Posted 9 months ago #
Thanks so much, its obvious really should have known that
cheers!
alex
manleymike
Member
Posted 9 months ago #
For some reason I don't seem to get the Comments to change from Comments Off - - To: Allowing Comments!
My very first test post posted with allowing comments, but subsequent posts shows it off.
What am I missing here?
Manleymike