- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Managed to get this sorted after digging through Composer and Cloud Library plugins’ code.
Here’s the code snippet:
add_filter('author_template', 'columnist_custom_author_template', 99999);
function columnist_custom_author_template($default_template) {
global $wp;
// 1. Check if it's actually an author archive
// 2. Check the matched_rule to see if it's the columnist rule
if (is_author() && isset( $wp->matched_rule ) && '^columnist/([^/]+)/?$' === $wp->matched_rule) {
apply_filters('td_single_override', id); // COLUMNIST Cloud Library's Cloud Template ID (integer)
}
// Otherwise, return the default template (which might load template from TagDiv’s normal assignment)
return $default_template;
}
The important bit is
apply_filters('td_single_override', id);
where the second parameter is TagDiv Cloud Library’s Cloud Template ID (integer).
Hello
The code is hit other things:
1. Number of psts in “Popular category” widget is broken
2, In the Footer templates i am unable to change the Custom title: &
Title url:
Please advice
Nitzan
Hi,
I have a custom post type, for which I am editing custom template.
It is strange because when I choose Flex Block 1 some of the options that were always there are still there but there is no input field for them, so essentialy I cant do anything with them.
What could be the case?
For example properties such as limit post number and offset post and many others.
Hi Anamaria,
Quick update on this. I’ve found that specifying the theme-color meta tag – <meta name=”theme-color” content=”#f0f0f0″> – applies the correct colour to the top status bar, but the lower, minimised navigation bar doesn’t change colour at all.
Here is an example of what I mean: https://imgur.com/1WzVvul
Do you know how to make the bottom navigation bar the same colour?
Thanks!
This plugin you shared is a paid one. I asked if we can update it as a theme setting. For example, the user can enter a username, but I want them to be able to add tags to X posts.
Hello,
There are more blocks, not only one. You can use Flex Block 1, to do those designs and filter it. For each category, on the flex block there is a special filter for the current category, which dynamically displays the posts from that category within each category -> https://forum.tagdiv.com/flex-block-settings-guide/
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category) https://forum.tagdiv.com/posts-loop/
Thank you!
Hi,
That is possible with some CSS. Their padding and their font size could be made bigger.
For example https://prnt.sc/d6bHFr8fKhKi If you want to test it out, please enter the code from here https://pastebin.com/wjJRYrb8 in the theme Live CSS https://prnt.sc/dOV-i8QY4EI4 or in the theme panel custom CSS. You can adjust the values in the code if you want them smaller or bigger.
In case you want more adjustments to it, please let me know.
Thank you!
Hi,
I try to add video for background but not work https://demo.tagdiv.com/newspaper_interior_designer_pro/ – https://www.youtube.com/embed/L0G1Mb9VErU?autoplay=1&loop=1&mute=1&showinfo=0&controls=0&start=2&playlist=L0G1Mb9VErU& and can i upload some own media section (video) for background
Thank you
Hello, I have a video ad that sits at the top of my content. When the user scrolls, it is supposed to either fly out to the right of the content if on desktop or stick to the top of the screen if on mobile. This works on any other theme, but on Newspaper, it will not work. I’ve tried in the ad block unit and as code in an HTML module.
You can see an example of the video unit here: https://detroitsportsnation.com/amon-ra-st-brown-weighs-in-on-opponents-using-the-lions-as-motivation/wgbrady/detroit-lions/01/15/2025/467307/
This is very important as it is losing rev by not having better viewability.
Hi,
The cloud templates are custom post types, and these can be an index or not, therefore you can use Yoast SEO to control the SEO for cloud templates, for example https://i.imgur.com/6BRLmIs.png after that you need to reindex your website on Google (or you can reindex only that link).
Thank you!
Hello,
Please make sure that you have filtered the block correctly. For each category, on the flex block there is a special filter for the current category, which dynamically displays the posts from that category within each category -> https://forum.tagdiv.com/flex-block-settings-guide/
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category) https://forum.tagdiv.com/posts-loop/
Please check the block with “No posts” and delete it the offset number; leave it empty with no space or value: https://app.screencast.com/Gh9jDf6t0XtLS
Thank you!
Hello,
I have created a custom taxonomy using ACF called “People”. I’ve assigned it to posts so that I can select any relevant people mentioned in the post, and I’ve customised the post template to include a list of people mentioned at the bottom of the post underneath the tags. All working perfectly.
When creating a custom template for the “People” taxonomy, I noticed the breadcrumbs on the page show Home > Name. Is there any way to get the breadcrumbs to show Home > People > Name? At the moment example.com/people/ points to a 404 error, but I was going to create a custom page to cover that.
My OCD is annoying me because all my other category pages show any parent categories in the breadcrumbs and I can’t get this custom taxonomy to match the appearance.
Hello,
As you can see the template is not full RTL for some parts in site as i am currently work on it!
1. Description is not RTL, For example:
2. Tags in Ppsts not RTL
3. reviews parts in post not RTL
May i ask your advice please ?
Thank you
Hello,
thank you for the answer, but I do not understand why it should be implossible because both are similar of nature?
It should be possible to filter categories, tags and taxonomies either with an OR or AND operator.
FOr example:
https://torstenlandsiedel.de/tag/projekt52+child-themes+sicherheit/
ANd even in a combined version:
https://torstenlandsiedel.de/?category_name=wordpress&tag=Sicherheit
Hello,
thank you for the answer, but I do not understand why it should be implossible because both are similar of nature?
It should be possible to filter categories, tags and taxonomies either with an OR or AND operator.
FOr example:
https://torstenlandsiedel.de/tag/projekt52+child-themes+sicherheit/
ANd even in a combined version:
https://torstenlandsiedel.de/?category_name=wordpress&tag=Sicherheit
Example: https://tko.pl/review-test
Thank you for your help. Thanks to your tips, I managed to do it correctly and everything works.
I have additional questions:
1.
Is it possible to disable the title and description field of the review? I would like to leave only the score.
Currently, filling in the title and description of the review is mandatory.
2.
How can I add a field to accept the site’s rules, which must be mandatory in order to publish a review.
Do I have to do it via a custom field?
3.
I can’t find the option to translate the word “Overall” anywhere on the site.
Unfortunately, it is translated in the template, but on the frontend it still appears in English.
Hello,
Thank you very much for your reply. I have reviewed the information, but I still have some doubts that I would appreciate your help with:
Mobile Templates and Desktop Version:
When I delete the mobile templates, I encounter an issue where if I try to modify anything in the mobile view, it also changes the desktop version. After reassigning the templates (as shown in the screenshot I’m attaching), I am able to make adjustments for mobile responsiveness. Could you clarify how I can modify the mobile version independently without affecting the desktop version?
Editing the Footer in the Mobile Version:
I designed the footer, but when I try to edit it using the mobile view on the desktop, the changes affect both the mobile and desktop versions, which is causing issues. For example, I had to remove a column for it to look right in the mobile view, but this change also affected the desktop version. However, when I access the site from my mobile device, I don’t see the footer I edited; instead, I see a default footer that I did not create. Could you help me understand why this is happening and how to ensure the footer I edit is displayed correctly on both the desktop and mobile versions?
Mobile Version Selection:
I would like advice on which mobile version I should use for my site. Specifically, I want the header to appear on all pages and categories, and I need to know how to configure the menus correctly. I feel that the navigation on my site is not as intuitive as it should be. Could you help me with this setup?
Calendar Page Setup:
I have attached a screenshot of how I have assigned the mobile version of my calendar page. Could you take a look at it and let me know if there’s something I’m missing, or if you have any suggestions for improving it?
I really appreciate all your help so far, but I’m still missing some key details to fully solve these issues. It might be a language barrier, or I may not be explaining myself clearly enough, but I would be grateful for more guidance on how to resolve these challenges.
Thank you once again for your support.
Best regards
https://postimg.cc/Cdr7wFcj
https://postimg.cc/XpTgysSq
https://postimg.cc/9w0BySQR
https://postimg.cc/vDZXR1tY
https://postimg.cc/Tpy9wZsB
Hi,
That is possible. You could test it on posts first. The Yoast breadcrumbs can be added in the post template file.
The post template files are in the composer here https://prnt.sc/RMECazpUiK1I Each of them corresponds to a post template, loop/single template 1 means post template 1 for example.
In the post template the theme breadcrumbs are displayed via this line of code https://prnt.sc/N65vACkzn0Bx which can be removed or commented.
Then the Yoast breadcrumbs can be displayed via the code they provide here https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/
Like this https://prnt.sc/ZQ-uTUitRlJD
The Yoast breadcrumbs are then displayed https://prnt.sc/qb7ZfX6zQyjq and they can be customized in the Yoast plugin https://prnt.sc/vUk7Ph5Qp5ix Visually they may need some CSS to fit with the rest of the website, they look kind of rough by default.
Please try and let me know if I can help more.
Thank you!
Question.
I just deactivated AMP – nothing happened. What did I even do? 😀
Hi Anamaria, what I am confused about is how do I generate the SVG code if I design my own icons? For example, if I create an icon in illustrator and save the file as an SVG, what do I do next to generate the code and add in manager?
I appreciate your help! Thanks.
Btw, excuse me for posting this response in a different but similar thread (oops!): https://forum.tagdiv.com/topic/how-do-i-upload-icons-to-use-for-buttons/
Hello,
I am creating reviews on the website. I am using the CPT template. I am adding Shrotcodes, but I cannot add reviews because the button is always inactive.
Example: https://tko.pl/tdc-review/test-recenzji
Hi Anamaria, what I am confused about is how do I generate the SVG code if I design my own icons? For example, if I create an icon in illustrator and save the file as an SVG, what do I do next to generate the code and add in manager?
I appreciate your help! Thanks.
how to sort category in footer, wher the category with the most posts is at the top?

I guess I could have just looked it up 🙂
I posted last year on how to use the ‘redirection’ plugin, and setup proper 301 redirects for /amp -and/or- /?amp=1 versions of URLs. I think you can click on my name for past posts. Or maybe search AMP 301 redirects?
Basically, following Google’s recommendations. Luckily all the original pages were always canonical, and amp pages were alternates.