Closed arnaudbroes closed 4 years ago
Issue #3014
Fix for issue where the paginated homepage (set to show latest posts) doesn't return a queried object for the robots meta code.
Also replaced global $aioseop_options with a class variable to remove a few redundant lines.
global $aioseop_options
This is tested and is good.
Issue #3014
Proposed changes
Fix for issue where the paginated homepage (set to show latest posts) doesn't return a queried object for the robots meta code.
Types of changes
Checklist
Testing instructions
Extra comments
Also replaced
global $aioseop_options
with a class variable to remove a few redundant lines.