About Newspaper WP Theme

Newspaper is a WordPress theme built by tagDiv, designed specifically for news, magazine, and blog-heavy sites. It ships with the tagDiv Composer page builder, a drag-and-drop front-end editor that lets you build complex grid layouts without touching code. The theme has been on the market since 2013 and has sold over 120,000 copies on ThemeForest, making it one of the best-selling themes in the news category.

Under the hood, Newspaper supports AMP, has built-in ad management via tagDiv Ad Manager, and integrates tightly with WooCommerce for shops that also publish content. It uses a block-based layout system called td_block, which controls how posts are fetched, filtered, and displayed. The learning curve is real, but the output is a fast, flexible publication-style site when configured correctly.

Get matched with a Newspaper developer in under one day

Brief 01

Tell us about your Newspaper project. Small fixes, Newspaper theme customization, or a full website build, whatever you need, we've got it covered.

Connect 02

We'll connect you to the right Newspaper developers, define the scope, and get everything 100% clear.

Collaborate 03

You'll get one estimate, hire your preferred developer, and start collaborating.

Newspaper has enough moving parts that general WordPress developers often underestimate the setup time. tagDiv Composer, the Header Builder, td_blocks, and the Ad Manager all behave differently from standard WordPress conventions. A developer who has shipped multiple Newspaper projects will know where the edge cases are before they become billable hours for you.

Through Codeable, you get matched with vetted WordPress developers who have documented experience with Newspaper. No generalists guessing their way through tagDiv’s architecture. Post a project, get a free estimate, and move forward only if the fit is right.

Pros

  • One of the most feature-complete news and magazine themes available, with ad management, AMP support, and a front-end builder bundled in
  • tagDiv Composer gives non-developers genuine control over complex grid layouts without needing a separate page builder plugin
  • Built-in support for Breaking News tickers, weather widgets, and live search out of the box
  • Deep WooCommerce integration means you can run a shop alongside a publication without theme conflicts
  • Large community, extensive documentation, and regular updates that track WordPress core changes

Cons

  • The tagDiv Composer locks layout data into shortcodes that are not portable if you ever switch themes
  • Performance out of the box is below average; the theme loads multiple scripts and styles that require manual optimisation
  • The Header Builder and Footer Builder are separate interfaces from the main Composer, making the learning curve steeper than it looks
  • Support from tagDiv is forum-based and response times can be slow for complex or custom issues
  • Heavy use of dynamic class names makes writing maintainable custom CSS harder than with most themes

Who is Newspaper for?

Online News Publications

Newspaper was built for this. Category-based layouts, breaking news tickers, and tag-filtered post grids make it straightforward to organise a high-volume publication. The built-in ad management means you can place and rotate ad units across zones without a separate plugin handling the logic.

Multi-Author Blogs

The author box, author archive templates, and per-author colour coding are all configurable inside the theme. If you run a site where contributor identity matters, Newspaper gives you the layout tools to surface that without custom development. A Newspaper specialist can extend these templates further when defaults aren’t enough.

Tech and Gaming Magazines

Tech and gaming audiences expect dense, fast-loading content pages with review scores, image galleries, and category filtering. Newspaper’s td_blocks handle all of that. The review module is built in, and the grid system supports the kind of card-heavy layouts common in this vertical without needing a separate plugin.

Sports and Entertainment Sites

Sports and entertainment sites need live feel. Newspaper’s Breaking News bar, live blog support via third-party integration, and high-contrast template options fit the format. The theme handles large featured images and video embeds cleanly, and the AMP support helps with the mobile traffic these sites typically attract.

Niche Content Brands with Ad Revenue

If display advertising is part of your revenue model, Newspaper’s tagDiv Ad Manager gives you ad zone management without AdSense or a separate ad plugin taking over. You can define sticky sidebar ads, in-content placements, and header banners all from within the theme settings, which keeps ad logic centralised.

Customizing Newspaper

Customizing Newspaper goes well beyond the WordPress Customizer. Most of the real work happens inside the tagDiv Composer, where you build page templates, homepage layouts, and category pages using pre-built blocks. Each td_block has its own settings panel covering post count, category filters, image size, pagination type, and layout style.

For header and footer design, Newspaper uses its own Header Builder and Footer Builder, separate from the main Composer. Getting these to behave correctly across mobile and desktop often requires a Newspaper expert who knows where tagDiv stores its settings and how override logic works between global styles and per-page overrides.

Custom CSS is supported but needs careful targeting, since tagDiv generates its own class names dynamically. A Newspaper specialist can save hours of trial and error when you need pixel-level control over typography, spacing, and breakpoints.

Recommended plugins for Newspaper

Newspaper connects to the tagDiv Cloud Library, which gives access to pre-built demos and block templates you can import in one click. Beyond the theme itself, the tagDiv plugin ecosystem includes tagDiv Opt-In Builder for email capture and tagDiv Social Counter for engagement metrics.

For site speed, Newspaper works with major caching plugins and supports lazy loading out of the box, but getting real performance gains often requires deeper configuration. See our WordPress performance service for help optimising a Newspaper-based site under load.

Newspaper also outputs clean meta structures compatible with most SEO plugins. If you need structured data, schema markup, or advanced on-page optimisation, our WordPress SEO service covers that end-to-end.

Not sure which plugins to use? This WordPress plugins directory covers the most popular options with reviews and setup guides.

Newspaper common issues

Newspaper theme tagDiv Composer not loading in browser

This is usually a JavaScript conflict with another plugin or a PHP memory limit issue. Open your browser console and look for JS errors pointing to a specific plugin file. Temporarily deactivate all plugins except tagDiv Composer and reload. If it loads, reactivate plugins one at a time. Also check your PHP memory limit is at least 256MB in wp-config.php. If the problem persists, a WordPress bug fixing specialist can trace the exact conflict.

Newspaper theme breaking news bar not showing on homepage

The Breaking News bar is enabled per-page inside the Newspaper theme panel, not globally by default. Go to the homepage in the back end, scroll to the Newspaper settings meta box below the editor, and look for the Breaking News option. Make sure a category with recent posts is assigned. Also confirm the bar is not hidden via a CSS display:none rule in your custom CSS panel, which happens when styles from older demos are imported.

Newspaper theme layout broken after update

tagDiv updates sometimes change how td_block shortcode parameters are parsed, which shifts grid layouts visually. Before any update, back up your site. After a layout break, check the tagDiv changelog for deprecated block options. In most cases, opening the affected page in Composer and re-saving the block without changes forces a re-render. For widespread layout damage after an update, contact a WordPress bug fixing expert to assess the scope.

tagDiv Composer pages showing blank white screen

A blank screen in tagDiv Composer almost always points to a PHP fatal error being suppressed, or a memory exhaustion. Enable WP_DEBUG in wp-config.php and reload the Composer page. The error log will identify the failing function. Common causes are outdated tagDiv plugin versions that don’t match the theme version, or a hosting environment running PHP below the minimum required version. Update tagDiv plugins first, then check PHP version compatibility.

Newspaper theme slow loading speed on mobile

Newspaper loads multiple CSS and JS files by default. Start by enabling the theme’s built-in Combined JS and Combined CSS options under Newspaper Theme Panel > Performance. Then add a caching plugin and configure it to minify scripts. For image-heavy grids, enable lazy loading in the theme settings. For deeper gains, review render-blocking resources and script load order. Our WordPress performance service covers full Newspaper speed audits.

Newspaper theme header builder not saving changes

Header Builder changes not saving is typically a browser caching issue or a nonce expiry problem in longer editing sessions. Clear your browser cache and try saving again with the network tab open to see if the save request returns a 200 or an error. If you’re on a security plugin like Wordfence, check if REST API requests are being blocked. The Header Builder uses the REST API to save data, and firewall rules that restrict it will silently fail the save.

td_block posts not filtering by category correctly

Open the td_block settings for the affected block and confirm the category ID is set correctly, not just the category name. If you migrated the site, category IDs may have changed. Also check whether the block is set to pull from the main query or a custom query. Blocks set to inherit the main query ignore their own category filters on archive pages. Switch to a custom query and re-enter the category filter to isolate the block’s output from the page context.

Newspaper theme WooCommerce shop page layout broken

Newspaper includes WooCommerce template overrides in the theme files. When WooCommerce updates its templates, the theme overrides can fall out of sync, causing layout breaks on shop, product, and cart pages. Go to WooCommerce > Status > Tools > WooCommerce template overrides and check which files are outdated. You can either update them manually by copying from the new WooCommerce plugin files or use a child theme to re-apply only the customisations you need.

Newspaper theme AMP pages not working

Newspaper’s AMP support requires the AMP plugin by AMP Project to be active and compatible with your current WordPress and theme versions. After enabling AMP, visit a post URL with ?amp=1 appended and check the AMP validator in Chrome DevTools. Common failures are custom fonts loaded via non-AMP-compatible methods, and inline scripts added by third-party plugins. Remove or replace non-AMP-safe code and re-validate. AMP for complex Newspaper layouts often needs manual template adjustments.

Newspaper theme images not displaying in grid blocks

Missing images in grid blocks are usually caused by thumbnail size mismatches. Newspaper’s blocks use specific registered image sizes. If you imported content from another theme, the thumbnails may not have been generated at those dimensions. Use a plugin like Regenerate Thumbnails to rebuild all image sizes. Also confirm that the image size selected in the td_block settings matches a size actually registered by the theme. Custom image sizes from other plugins won’t appear in the block options by default.

Newspaper theme redesign

Time to refresh your Newspaper site?

A good theme only gets you so far. If your site isn't converting, the problem is usually the design — not the theme. We can fix that.

Get a redesign estimate

Newspaper FAQ

Newspaper outputs clean HTML and is compatible with Yoast SEO and Rank Math. It supports Open Graph tags, breadcrumbs, and schema markup for articles. That said, SEO performance depends heavily on how the site is configured. Page speed, which Newspaper can struggle with out of the box, has a direct impact on Core Web Vitals and rankings.

Newspaper uses tagDiv Composer as its native builder and is not designed to work alongside Elementor. You can install Elementor, but it will conflict with tagDiv Composer on the same pages. Most developers who know Newspaper well recommend sticking with tagDiv Composer to avoid layout conflicts and double script loading that hurts performance.

Enable Combined JS and Combined CSS in Newspaper’s performance settings. Add a caching plugin with minification. Audit and remove unused tagDiv plugins. Enable lazy loading for images in the theme panel. For significant gains beyond these basics, a full performance audit that addresses render-blocking resources and server response times is usually needed.

Yes. Newspaper includes WooCommerce template overrides and a compatible shop layout. You can run a content publication and an online store from the same Newspaper install. Keep WooCommerce and its Newspaper template overrides in sync after updates to avoid layout issues on product and cart pages.

Newspaper costs $59 for a regular license on ThemeForest, which covers one site and includes six months of support from tagDiv. Extended support for 12 months is available at an additional cost. The license is a one-time purchase, but you’ll need an active support period to access theme updates through the tagDiv update system.

Technically yes, but the core layout system for homepages and category pages relies on td_blocks delivered through tagDiv Composer. Without it, you’d be left with a basic WordPress theme with limited layout control. The Composer is a required plugin for Newspaper to function as intended, so working around it means rebuilding significant parts of the theme.

Always use a child theme for CSS and template customisations. This way, updating the parent Newspaper theme doesn’t overwrite your changes. Before updating, back up your site and check the tagDiv changelog for breaking changes. tagDiv Composer and other tagDiv plugins should be updated at the same time as the theme to avoid version mismatch issues.

Yes, Newspaper has built-in AMP support that works with the official AMP plugin. AMP templates are included for single posts and pages. The implementation works for standard content, but heavily customised pages using tagDiv Composer blocks may need additional adjustments since some Composer elements are not AMP-compatible by default.

Newspaper requires the tagDiv Composer plugin, which is included with the theme purchase. tagDiv Ad Manager and tagDiv Social Counter are optional but commonly used alongside it. You’ll also want an SEO plugin like Yoast or Rank Math, and a caching plugin for performance. No other plugins are strictly required for the theme to function.

Yes. A standard WordPress migration moves all theme files, the database, and uploads. Newspaper stores its Composer layout data in the database as post meta and options, so it migrates with the rest of the site. After migration, update site URLs in the database and flush permalinks. For help with the process, see our WordPress migration service.

Hire a Newspaper Theme Expert

Whether you need a full Newspaper build from scratch, a homepage redesign using tagDiv Composer, or fixes to a layout that broke after an update, a dedicated Newspaper developer will get it done faster and with fewer surprises. Every project starts with a free estimate so you know the scope and cost before committing.

Get a Free Estimate and describe what you need. You’ll be matched with a Newspaper specialist within 24 hours.

#ACF
#Avada
#Contact Form 7
#Custom WP Themes
#Elementor
#Gutenberg
#Custom API Integration
#Site Migration
#WP Speed Optimization
#Theme Customization
#Custom Post Type
#PHP
#Laravel
#Plugin Development
#MYSQL
#Wp Rocket
#SEO
#Gravity Forms
#JavaScript
#Learndash
#Headless WordPress
#Payment Gateways
#Ninja Forms
#BuddyPress
#Slider Revolution
#Full Site Builds
#Anything Backend
#Anything Frontend
#Bookly
#GamiPress
#React JS
#Design
#ADA Compliance
#DIVI
#Genesis
#Enfold
#FacetWp
#WP Rest API
#Multisite
#Vue JS
#Maintance
#WooCommerce
#Hacking Cleanup
#BuddyBoss
#Hosting Transfer
#CSS

You'll need a free Codeable account so developers can ask questions and send their quotes.