-
AuthorPosts
-
March 6, 2024 at 2:38 pm #1436501
Hello
We have a problem. The Category pages do not showing the right entries categories.
I leave a few links where you can see it . thanks a lot
March 7, 2024 at 9:12 am #1436585Hey keep12,
Thank you for the inquiry.
Did you install any plugins related to sorting posts or pagination? Please try deactivating those plugins temporarily and see if it makes any difference.
Best regards,
IsmaelMarch 7, 2024 at 10:36 am #1436593Hello Ismael
we do not have any plugins related to sorting post or pagination.
March 7, 2024 at 11:15 am #1436595This reply has been marked as private.March 7, 2024 at 11:35 am #1436598Hey!
Thank you for the info.
We didn’t find any errors or anything unusual in the site. Did you add any modifications in the functions.php file? Please re-enable the Appearance > Theme File Editor panel, then try to disable the plugins temporarily, We will check the site again once the file editor is accessible.
Cheers!
IsmaelMarch 8, 2024 at 5:49 pm #1436752Hello, we disable the plugins but the error continue.
The file editor is now enable and accesible.thanks
March 11, 2024 at 3:31 pm #1436959Hello, please someone could help ?
March 14, 2024 at 9:48 am #1437210Hi,
We’ve forwarded the issue to our channel so that the rest of the team can check it. However, they are not able to determine the cause of the issue either. Did you import the posts from another database?
Best regards,
IsmaelMarch 14, 2024 at 10:54 am #1437218Hi,
We do not import the posts from another database.
Thanks
March 18, 2024 at 11:56 am #1437462Hi,
We may need to access the file server in order check the issue further. Please provide the S/FTP details in the private field.
Best regards,
IsmaelMarch 26, 2024 at 1:16 pm #1438346This reply has been marked as private.April 1, 2024 at 7:21 am #1438876Hi,
Sorry for the delay. To fix the issue with the category pages, we added this filter in the functions.php file:
function avia_post_slide_query_mod($query, $params) { if (is_category() && is_archive()) { $current_category = get_queried_object(); if ($current_category instanceof WP_Term) { $query['category_name'] = $current_category->slug; } } return $query; } add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
