Hide only author & show sidebars in categories, tabs

Hi. 

First of all I want to say this is the best theme I've ever worked with, so really thank you! 
I also have some questions:

1. Is there a way to hide only the "author" (and still show the date) in all the posts, categories etc.? 
2. Tags Page and Categories Page still appear full width even though I assigned page for Blog. I want them with sidebars. What should I do? 
3. The sitemap generated by Betheme shows only the pages. Is this normal? Is there any better solution for sitemap? Should I work with a plugin?

Thank you and keep up the good work! 

Comments

  • Hi,

    1. Please send us link to example page where you got these details and we will try to prepare right css.
    2. Sorry but we don't get this question. Please show us what you mean exactly.
    3. We do not have any sitemap generator so we don't know where the problem might be. Maybe you should look for a different plugin that would work as you want.

    Thanks!
  • Thank you for the reply! 

    1. 
    I would like to hide all the Post meta (author, tags and categories) except for the "date". 
    The date should be the only visible Post meta. 
    "Published by  Raw at", "Tags", "Categories" shouldn't be visible.

    2. 
    Here is a category page example: http://www.haintz.ro/category/evaluatori
    Here is a tag page example: http://www.haintz.ro/tag/2016
    I would like them to have sidebars.

    I already assigned page for Blog and forced layout with sidebars, but Categories and Tags are still full width. 

    3. Ok. Thanks! 
     

  • 1. So to remove those details, please use the following css:
    .post-meta .author-date .post-author { display: none !important; }
    .post-meta .author-date .date span.label { display: none !important; }
    .post-meta .category { display: none !important; }
    2. To set sidebars for those pages, you need to set Blog page properly. Don't forget to set sidebar for blog page and also do not forget to set this blog page under Settings > Reading section. More details about creating blog page you can read on http://themes.muffingroup.com/betheme/documentation/#blog

  • It worked! Thank you very much!

    I see that many people asked about sidebars for category and tags pages. 
    Maybe you should be more clear in the "Documentation for BeTheme" that the sidebars for categories and tags can be set up from Wordpress > Pages > the Post Page, not from Betheme Options > Blog . 

    Thanks again! :) 
  • Sure, we will. Thanks!
Sign In or Register to comment.