Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #279079

    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

    #279085

    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

    #279089

    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 :-)

    #279402

    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

    #279435

    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 ?

    #279440

    Hey!

    You are welcome!
    Honestly, that may not apply for all users. But i will mention about it :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show/hide Blog meta elements works only if it is a single?’ is closed to new replies.