Here’s are the useful guide for tagDiv beginner focusing all about Newspaper and Newsmag WordPress template by tagDiv.
What is tagDiv Newspaper?
tagDiv is more than a web development company. Inspired by the energy and feedback generated by a community of thousands of proactive minds, we build the best news themes on the market.
- Newspaper is the best premium WordPress theme, with amazing and simple customization, incredible speed and page layouts.
- The tagDiv Team provides comprehensive technical support and is always customer oriented thus inspiring our friends and us to develop and to give full scope to our creative potential!
- It’s great! We were looking for something super-customizable, solid, magazine-like theme, and Newspaper theme had all the features we needed. Great support team also!
- Trusted by over 90,000 delighted customers
1. How to delete “Click Here – To Select or Create a Menu” in WordPress

Solution 1:
Step 1. Go to the Appearance and Select Menus and Click.
Step 2. On the Menu structure write anything you want.
Step 3. On the Menu settings check all:
- Automatically add new top-level pages to this menu
- Display location
- Top Header Menu
- Header Menu (main)
- Footer Menu
And click SAVE, see the procedure below.
Solution 2:
You can use this custom css to hide the main menu.
.menu-home-container {
display: none;
}
And when you want to create and set a menu, remove the custom css code.