Customizing author post meta box

Posted in: Newsmag
Post count: 6

I’m trying to customize/remove the post settings(meta box) in Author’s admin account such as Post Template, Sidebar Position, and etc. Could someone guide me through this? Or is there plugin that will allow me to customize those fields?

Thanks in advance

Post count: 23312

Hello solo,

The meta box contains some information about the post, such as: Author name, Post date, views and comments. If you want to remove this, on your all post pages, it is necessary to use a BIT of Css to hide them. Please try the code below and place it in your Theme panel->Custom Css area, like this: http://screencast.com/t/1rsaswhD9vXj

header .meta-info {
display: none;
}

The result: http://screencast.com/t/IGHRpE7IRJ

You can create your side bar if you are using the Visual Composer like in the next screenshot -> http://screencast.com/t/jbNcO9iPlIqg . For more information about how to use this, please consult our documentaion here: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Also, for more information about post templates, smart side bar, please consult this: https://forum.tagdiv.com/newsmag-post-templates/https://forum.tagdiv.com/newsmag-smart-sidebar/

You can take a look over our You Tube section, because this contains a lot of tutorials and it may be useful
https://www.youtube.com/results?search_query=tagdiv+newsmag+

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response!

Thank for choosing our theme and thank you for your message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.