Enable Unique Articles on specific modules

Posted in: Newspaper
Post count: 27

Hello!

How to enable Unique Articles on specific modules on page, but not for all page.

Thanks!

Post count: 22421

Hello,

Sorry but the unique articles only works on the whole page, not just for specific blocks. For specific blocks you can use the offset feature.

Thank you!

Post count: 27

Hello

But we find code in your theme:
// exclude td_module_trending_now din unique articles
if (get_class($module) != ‘td_module_trending_now’) {
self::$rendered_posts_ids[] = $post->ID;
}

Maybe we can enable unique articles on specific modules?

Thanks.

Post count: 22421

That code excludes the trending now block from the unique articles function. You can exclude others if you want to but you will need coding skills. Anything can be done with the proper coding skills. Unfortunately we will not be able to help as this represents customization and we cannot offer any custom work at the moment.

Thank you for your understanding.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.