How to Create a Global Page Template for WordPress Pages Using TagDiv Composer

Posted in: Newspaper
Post count: 4

Hello TagDiv Team,

We are using the Newspaper theme and would like to ask for guidance on something quite important for our website workflow.

What we want to achieve:

We would like to design a custom layout for static pages (WordPress Pages, not Posts) using TagDiv Composer or Cloud Library, and then:

Apply this layout to multiple pages — not just one.

Ideally, set it as a default or reusable page template.

Ensure that each page loads its own content from the WordPress editor (Gutenberg or Classic Editor).

Is there a supported method to create a global layout/template for Pages, using TagDiv Composer, that can be reused across multiple pages, showing the content of each page automatically?

We are not referring to blog posts or single post templates — we’re specifically asking about WordPress Pages (e.g. About, Contact, Rankings, etc.).

If there is a recommended approach to achieve this (either through Cloud Templates, PHP page templates, or TagDiv Composer settings), we’d really appreciate your step-by-step guidance.

Thank you very much for your time and support.

Best regards,

Post count: 35449

Hi,
Unfortunately, there is no such template for pages, what you can do is import a page you like from the cloud and edit it, or you can create a page according to the structure you want and then duplicate it for the rest of the pages on the site that you need and edit them in part for the content.
Out builder, tagDiv Composer was made to create pages and cloud templates.
Thank you!

Post count: 4

Hi again,

Thank you for your previous response. I understand that there is currently no native support for a global Page template similar to how Single Post templates work via Cloud Library.

However, duplicating a designed page manually for each of our pages is unfortunately not a scalable or maintainable solution for our workflow.

Here’s why:

We have over 80 static Pages (not Posts) — such as “Rankings”, “Terms of Use”, “Privacy Policy”, etc.

We need all these pages to have a consistent layout, identical to our Single Post template (header, featured image, date, sidebars, etc.).

Editing and managing 80 separate copies of the same layout breaks maintainability — any design update means repeating changes manually 80 times.

The current Cloud Library approach works great for posts, but we’re specifically trying to apply it to WordPress Pages.

We’ve tried using custom page.php templates in the theme or plugin folders, but TagDiv Cloud Library always overrides the page output.

What we’re asking:

Is there any method — through PHP, a filter, or even a workaround — to assign a single Cloud Template (or custom template) globally to all WordPress Pages and have it pull each page’s content automatically?

We believe this would be extremely useful for many use cases, and perhaps there’s an internal way or workaround that we’re missing.

Thank you again for your support and time — we really hope there’s a way to make this work.

Best regards,

Post count: 35449

Hi,

Unfortunately, there is currently no way to set a cloud template for pages. I asked our manager about this, and he replied that if a user needs this functionality, it can be customized for them for a fee.

I will try to help you with a php code that can rewrite the pages, but it is possible that it will interfere with the tagDiv Composer and it will no longer be able to be used on the pages. For this you need to use a child theme and edit the php fields related to page templates:
– wp-content/plugins/td-composer/legacy/Newspaper/page.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-overlay.php
– wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-title.php
You can edit only one or all of them.

I hope this will help you!
Thank you!

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