That did it! Thanks David!
No problem David, it was indeed Version 1.16.02.18. Still seeing the issue however. Version 1.16.03.11
No worries, and you’re right Frank, I just have AO installed as well, but this is a setting in AJ. Lines 81-84. This isn’t anything critical, just wanted to give David a heads up.
$aj_enabled = (get_option(‘aj_enabled’) == 1) ? array(true,’checked’,”) : array(false,”,’style=”display:none;”‘);
$aj_method = (get_option(‘aj_method’) != ‘async’) ? ‘defer’ : ‘async’;
$aj_exclusions = get_option(‘aj_exclusions’);
$autoptimize_enabled = (get_option(‘autoptimize_enabled’) == 1) ? ‘checked’ : ”;
Thanks for the quick turn around for 0.95. I was in the same situation as Mattaton. I don’t use taxonomies with the two sites that had the issue. I was just using categories and the way my loop was setup just took me back to the homepage.