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
yes I mean this
https://postimg.org/image/8rwlotofb/
but there is nothing to remove
I remember last time, I remove it easy but now i forget
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.
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?
Beside for posts in blog,
I do not like to have author name , how can I remove it?
thank you for helping in advance
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(); ?>