Hello
I do not want to show Blog Post Category and Blog Post Author.
So I unchecked them in Blog meta elements options and it works great but only for a post (a single) not for the main page where are all my posts…
If it helps I use a custom page for my blog where I have put the “Blog Posts” elements.
thanks
Hey pako69!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-author, .text-sep-cat, .blog-categories, .text-sep-comment {
display: none !important;
}
Best regards,
Yigit
hey Yigit
I know that it possible to hide elements with simple CSS :-)
But if you have add an option to really removed them it would be normal that this option remove them anywhere thet are show, dont u think?
I will hide them with CSS, but i do not like it because search engine will still follow you hiddens links and I do not want those horribles archives page to be indexed :-)
Hi!
Please go to Enfold/Includes folder and open Loop-index.php file and find the lines i posted here – http://pastebin.com/J6TLkBzb
and comment them out by adding // in front of them
Cheers!
Yigit
Absolutly perfect :-)
thanks
> I think it should be include in a next release, because if we want to not display blog meta elements, we want them to be not genereted everywhere in our sites, dont u think ?