- NewspaperInfinite Loading for Single Posts
- NewspapertagDiv Composer – Website Manager
- NewspaperFilters and sorting for taxonomies
- NewspaperFlex Block Settings Guide
- NewspaperHeader Builder
- NewspaperUnique Articles
- NewspaperBlock settings tutorial
Hello,
The infinite load has those options https://i.imgur.com/nl8XiaJ.png https://forum.tagdiv.com/infinite-loading-single-posts/
If you want other functionalities, these can only be done in code
The code for infinite post iframe is on those files:
-> wp-content/plugins/td-cloud-library/includes/tdb_ajax.php
-> wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js
-> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
Thank you!
Hello!
You can build your block with custom modules: https://forum.tagdiv.com/modules-builder-newspaper-theme/. Using ACF, you can add any text to your module. Also, we have a feature on the single post template that shows the full posts one after another: Documentation here: https://tagdiv.com/infinite-loading-for-single-posts/
Thank you!
This is my website https://cheerfulsharing.com/
I already enabled auto load posts or infinite scroll, but it is still not working. What other settings should I change? Not sure what’s wrong here.
Hello,
Unfortunately, the sticky sidebar has never worked with the infinite load option. It only functions for the first post, but not for the subsequent ones.
Thank you!
Hi,
We have currently 13 posts in the news site as you can see…

But only 11 ever show here:
https://thetelegram.qcps.org.uk/category/prep/
I have these selected for the Block options:

They are all Category “Prep” so Im puzzled why they all wont show in an infinite load scroll?
Any ideas?
Thanks
Andy
Hello,
Yes, you can not exclude posts from a category, but you can choose another type, for example, the tag option, to filter it.
he code for infinite post iframe is on those files:
-> wp-content/plugins/td-cloud-library/includes/tdb_ajax.php
-> wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js
-> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
Also, this can be implemented with custom work, if you want.
The options in the theme are added based on their popularity and how often they have been requested. This option hasn’t been requested very often.
Thank you!
Hello,
Thank you for your reply and for pointing me to the options available in the infinite loading feature. Unfortunately, the settings shown in the screenshot donât seem to include an option to exclude posts from a specific category.
Could you please clarify if thereâs a programmatic way to achieve this? For example:
– Is there a filter or hook in the Newspaper theme that can be used to modify the query for infinite loading on single posts?
– If not, could you suggest which theme files or functions would be best to modify to implement this exclusion without disrupting other functionality?
Additionally, Iâd like to know:
– Are there any plans to introduce this functionality in future updates?
– If thereâs a reason this feature isnât currently supported, could you share that so I can better understand the limitations?
I appreciate your assistance and look forward to your guidance.
Thank you!
Hello,
The infinite load has those options https://i.imgur.com/nl8XiaJ.png https://forum.tagdiv.com/infinite-loading-single-posts/
Thank you!
Hello,
I am using the Infinite Loading for Single Posts feature in the Newspaper theme and I have a question regarding its functionality.
Is it possible to completely exclude posts from a specific category so they do not appear when scrolling through posts using the infinite loading feature?
If this is not currently possible, could you please let me know if there is any workaround I could use to achieve this functionality? Additionally, are there any plans to add this feature in future updates?
Thank you for your assistance!
In our case, usually issue with “too many” modules on home page, randomized elements, queries to external sites (socials), infinite loads, etc. Main thing is try to plan on limiting number of “modules” used on sidebars and home page. 2-3 sidebar modules max on posts; and maybe 4-5 max on home page.
(I don’t work here.)
Hey there!
I want to do the following thing – on my category pages I want to have two different views – one for mobile and one for desktop. On the desktop element I want to have infinite load that loads 12 articles whereas on the mobile I want to have next / prev ajax and load only 6 articles per page. To do this I created two separate post loops one for desktop and one for mobile respectively and hide the first one for mobile and vice versa. What I notice however is that if I set 6 article limit on my mobile post loop, no matter what limit I set on the desktop one it always takes the limit of the first post loop element on the page. Is this normal or I am doing something wrong?
Is there a better approach for my task, if yes – please share it.
Hello,
Unfortunately, if you have the option infinite load activated, the sticky sidebar works only for the first post and will not work for the rest of the posts.
Thank you!
Hi there,
I’m using the “Page Links To” plugin to redirect some custom post types (created with ACF) to external sources. I also set Rank Math to automatically add the target=”_blank” attribute for external links to open them in a new tab.
Some of these posts don’t have links to external sources, but are left to open on the single post page directly on the site, so they are internal.
Using the TagDiv Module feature, I created a custom display for the specific post type (“Business”). Within it, I’ve added the “Module Read More Button” element and some custom CSS to display this button only for internally redirecting businesses:
https://prnt.sc/2t_nfnymDpep
CSS code used:
.tdb_module_read_more a[target="_blank"] {
display: none;
}
Everything is working properly until it comes to using any of the “Next Prev”, “Load More” or “Infinite Load” pagination:
- CSS code works for the first displays of businesses:
https://prnt.sc/cXfuEyCQbUYz
target=”_blank” attribute being correctly associated:
https://prnt.sc/0d92HKZkuAWR - Once pagination is used, the posts on the next page display the “Read more” button even if they are external:
https://prnt.sc/qVIj8VKGW3H2
target=”_blank” attribute disappearing:
https://prnt.sc/Hr5AnsgqSC3Q
This also happens and if go back to the first page, the target=”_blank” attribute disappears and the “Read more” buttons are displayed.
This doesn’t happen with the “Normal Numbered” pagination type, but that’s only available for the “Flex Loop Builder” element. If I want to use the “Flex Block Builder” (in order to filter the custom posts based on multiple terms), that pagination type is no longer available, so having to use one of the other three, causes the problem described.
I would really appreciate your support in solving this issue!
Thank you in advance!
Hey there, I tried what was given as an answer in the email but it still doesn’t work. When I choose the post type and select my CPT from there I indeed get the results from the cpt but it doesn’t work with my taxonomy. When it is numbered page option – it works perfect, if I change to any other way to display them (load more, ajax paginated or infinite load) if I add the post type it just shows all results from the CPT without taking in consideration the taxonomy it is in. Please check my email response and help me on fixing the issue.
Here you go – this is my custom taxonomy named epizod – https://eurocom.bg/predavane/delnitsi/ you can see that first (before any loading) you can see my episodes and after the first infinite load has passed – the loaded elements are random posts (not episodes).
Here you can see how it works on my post categories – https://eurocom.bg/category/bulgariya/ it works perfectly because it loads more posts from the same category.
Hey there,
I want to use the infinite load option on a post loop in my custom taxonomy page.
Currently I use numbered pages and it works okay – when I click page 2 it loads the next 12 elements from my custom taxonomy.
When I choose infinite load it loads posts instead of my custom taxonomy elements.
Is this normal and if not – how can I fix it?
I am currently using version 12.6.8 of the theme, and I checked the following link: https://i.imgur.com/YWZFkhN.png -> https://forum.tagdiv.com/infinite-loading-single-posts/, but I couldn’t find the Article Auto Loading option.
Could you please assist me with why this option is not appearing on my site?
Hello,
This option was moved, please check this https://i.imgur.com/YWZFkhN.png -> https://forum.tagdiv.com/infinite-loading-single-posts/
Thank you!
Dear Support Team,
I hope this message finds you well. I am currently using the River News template within the Newspaper theme and have encountered an issue with the Infinite Loading for Single Posts feature. Despite enabling the setting, it does not seem to be functioning correctly on my site.
I have already tried clearing the cache on both WordPress and Cloudflare, but the problem persists. The issue appears to be specific to the River News template, as this feature was working fine with other templates.
Hi Wriper,
There is no need to activate the tagDiv Standard Pack because this one will work the same.
Also, form the bigging the numbered pagination was only for post loop elements. Form what i know there was a conversation about this option to be add this option on flex blocks and I hope it will be add soon. đ
The infinite loading is using ajax and the blocks are loading in the same page so will not add the link as numbered pagination (this element has an auto filter that is automatically filter the posts based on the template where it is used and on pages will display articles based on latest).
Thank you for your understanding!
Hello,
Unfortunately, the sticky sidebar has never worked with the infinite load option. It only functions for the first post, but not for the subsequent ones.
Thank you!
Hello, i own 3 copies of your template but i am getting really upset how this theme is moving forward.
I wanted to create our new website with tagdiv composer but when i choose flex blocks i dont have numbers on pagination. Not even infinite scroll is count pages like /page3/ /page/4/ which is good practice for SEO.
When I choose post loop which has available option for numbered pagination on homepage i cant filter specific categories and it shows ALL homepage articles.
So here we go again and i have to activate standard pack plugin with latest articles and template option where i can filter? Which is not updated and according to your words slower? But how can i recreate website with good practices if your blocks have different functions. One dont have numbers on pagination and causing duplication for crawlers another cant filter.
I am really frustrated with this
Whenever I hit save after I edit in tag div composer, it keeps on spinning infinitely. After a while when I hit reload page, sometimes it’s saved and sometimes it’s not. In console it’s showing “td-composer/save_post – ERROR”