Thread Starter
scsi76
(@scsi76)
I have seen that the function filter_posts_by_language() in ceceppa.php has changed since the version I had before. Among the many changes, there is a new line (line number 1031):
if (! $wp_query->is_home() || ! $wp_query->is_main_query()) return;
Commenting this line out fixes the problem but introduces another one: when I view a category, both primary and secondary menus show all pages that exist in the default language (instead of showing only the ones that is configured to show).
May I have some help about these?
Thread Starter
scsi76
(@scsi76)
Adityarise from themeforest. It was working before the update. Now ticking the posts filter does not have nay effect..