Forums
(@manisr)
2 years, 4 months ago
@nosegraze Where should this code snippet be added?
add_filter('expanding_archives_get_posts', function($args) { $args['lang'] = 'en'; return $args; });
Any updates with this? I’m facing the same issue. I use WPML for translations.