• Hello
    I will appreciate to tell me how can I hide
    Meta, Pages, Categories in right side of Blog Post in main page

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @ tevengh

    Did u mean the side bar?
    To remove meta pages categories just go to dashboard>appearance>widgets>sidebar click on it there are the tags that u want to remove
    Thanks

    Thread Starter tevengh

    (@tevengh)

    yes I mean this

    https://postimg.org/image/8rwlotofb/

    but there is nothing to remove

    Thread Starter tevengh

    (@tevengh)

    I remember last time, I remove it easy but now i forget

    Theme Author NimbusThemes

    (@nimbusthemes)

    Please go to Appearance > Widgets and remove any widgets assigned to the sidebar areas. If you do not see any widgets, that may be happening because some widgets show up by default if you have NO widgets assigned. You can fix that by assigning your own widgets to the sidebar, thus overriding the default behavior. Let me know how it goes.

    Thread Starter tevengh

    (@tevengh)

    Thank you for your advice,
    Yes there is no widget in there,
    But when I assigning another widget, new one replace,

    and when I remove my own, they back again .

    I am wondering is it possible to do not have any sidebar?

    Thread Starter tevengh

    (@tevengh)

    Beside for posts in blog,
    I do not like to have author name , how can I remove it?
    thank you for helping in advance

    Theme Author NimbusThemes

    (@nimbusthemes)

    A full width blog layout is not available for the theme. You will need to have some widgets assigned to the sidebar to replace the default ones. I can put in a request with our development team and we can can look into providing this feature in the upcoming updates.

    For the author name – you can try this CSS code but it will also remove the date:

    .meta {
        display: none;
    }

    Or you can edit parts/content-blog.php and remove this

    by <?php the_author_posts_link(); ?>

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide Meta, Categories …’ is closed to new replies.