Topic: Hide author and comment metadata
First, I want to compliment you on this fantastic theme. It's been a blast to create within.
Second, I know just enough to be dangerous, so please pardon my ignorance on this question... how do I keep the
ThemeID Support Forum → Responsive Child Themes → Hide author and comment metadata
First, I want to compliment you on this fantastic theme. It's been a blast to create within.
Second, I know just enough to be dangerous, so please pardon my ignorance on this question... how do I keep the
Hi Deuce,
Your post was only half written, not sure why. Anyways you can, just close the comments on your pages and you're all set, no meta and no comments either.
See: http://screencast.com/t/MUj4W6qB and http://themeid.com/forum/topic/683/word … -settings/
Emil
First, I want to compliment you on this fantastic theme. It's been a blast to create within.
Second, I know just enough to be dangerous, so please pardon my ignorance on this question... how do I keep the
That is so bizarre!
Not sure why it only captured part of what I wrote.
What I was asking about is how to hide all but the date information from posts while still allowing users to comment on posts.
I had also asked for your input regarding whether you thought it was a good idea to hide the comments information below the post title. My feeling is that users don't really care, but I wonder what you think.
Thanks again for all your hard work!
It all comes down to the nature and purpose of your site, there's nothing really set what people usually do. From my experience Businesses usually keep comments off while having the post meta on just so that visitors can see who wrote the post and when. Having authors and dates creates credential and that's very important from marketing point of view.
For example http://www.forbes.com/sites/janetnovack … tax-guide/

Now if you're creating pages and close the comments there post meta and comments will not show, while on posts the post meta will remain even if the comments are closed.
At this moment the only way of removal is to add this in your style.css
.post-meta {
display:none;
}Emil
That is so bizarre!
Not sure why it only captured part of what I wrote.
What I was asking about is how to hide all but the date information from posts while still allowing users to comment on posts.
I had also asked for your input regarding whether you thought it was a good idea to hide the comments information below the post title. My feeling is that users don't really care, but I wonder what you think.
Thanks again for all your hard work!
Thanks, Emil!
Ok, again, pardon my ignorance, but where in the style.css would I put that, and if I just wanted to turn off "author" and the number of comments, would I use different code?
Thanks again.
Correct, that would be in and for style.css. This will hide the entire post meta, including the comments and if you want to hide comment reply box you will need to disable comments on individual posts. Just make sure that changes are done in this form http://themeid.com/forum/topic/505/child-theme-example/
Emil
Thanks, Emil!
Ok, again, pardon my ignorance, but where in the style.css would I put that, and if I just wanted to turn off "author" and the number of comments, would I use different code?
Thanks again.
Emil, you have a ton of patience. I am sorry, but I am apparently not putting that code in the correct place.
I added it to my style.css on the child theme, but it didn't change anything.
What's the URL please?
Emil
Emil, you have a ton of patience. I am sorry, but I am apparently not putting that code in the correct place.
I added it to my style.css on the child theme, but it didn't change anything.
http://coverclash.com/clashes/sir-tom-j … -don-nino/
What's the URL please?
Emil
deuce wrote:Emil, you have a ton of patience. I am sorry, but I am apparently not putting that code in the correct place.
I added it to my style.css on the child theme, but it didn't change anything.
Simply fix!
You have:
/* =Start from here :)
.post-meta {
display:none;
}
-------------------------------------------------------------- */and that is in headers area, that's why you didn't have any results, just move them below like this:
/* =Start from here :)
-------------------------------------------------------------- */
.post-meta {
display:none;
}And voila ![]()
Emil
http://coverclash.com/clashes/sir-tom-j … -don-nino/
Emil wrote:What's the URL please?
Emil
deuce wrote:Emil, you have a ton of patience. I am sorry, but I am apparently not putting that code in the correct place.
I added it to my style.css on the child theme, but it didn't change anything.
ThemeID Support Forum → Responsive Child Themes → Hide author and comment metadata
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 6 official extensions. Copyright © 2003–2010 PunBB.