You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In inc/ajax-functions.php, line 89 of largo_load_more_posts, the cats arg is set to of_get_option('cats_home') even if not is_home(). It's only meant to apply on homepages.
This appears to be the cause of HELPDESK-135.
The text was updated successfully, but these errors were encountered:
In inc/ajax-functions.php, line 89 of largo_load_more_posts, the cats arg is set to
of_get_option('cats_home')
even if notis_home()
. It's only meant to apply on homepages.This appears to be the cause of HELPDESK-135.
The text was updated successfully, but these errors were encountered: