How to hide Newspaper menu in Admin Dashboar WordPress?

Posted in: Newspaper
Post count: 8

Hello,

Because security and avoid changing the settings that I have installed earlier in Theme panel of Newspaper, i’m want to hide all menu Newspaper in Admin menu.

I search on Google and looking for a lot of method but not successfull even using init. Now i’m run a website on localhost, WordPress ver 5.6.2 and Newspaper ver 10.3.9.1.

Below code:
function remove_menus(){
remove_menu_page( 'td_theme_welcome' );
}
add_action( 'admin_menu', 'remove_menus' );

Please help me to fix.

Thanks!

Post count: 18283

Hello !

Please note that the Admin bar is a WordPress Feature not a Newspaper Theme one. For this you will have to contact WordPress support.

Thank you !

Post count: 8

Hello,

No, that not is WordPress Feature, this is of Newspaper Theme.

When you active theme Newspaper in Admin WordPress, Newspaper theme will make Main menu Newspaper include SubMenu: Welcome, Plugins, Prebuilt Websites, System status, Updates, Theme panel, Support.

Demo: https://prnt.sc/10dkg6w (Image link).

I am want to hide Main menu and Submenu Newspaper Theme was created when active theme.

Thanks

Post count: 27744

Hello,

There is no option to hide that menu. Only Administrators and Editors have access to that menu.

Thank you!

Post count: 8

Hello,

I know only Administrators and Editors have access to that menu Newspaper BUT i’m want to hide all menu Newspaper in Admin menu because security and avoid changing the settings (site have 2 administrator over).

Thanks.

Post count: 27744

Hello,

Please note that customization is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Thank you!

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