Homepage Navigation issue

Posted in: Newspaper
Post count: 11

Hi,

I updated the theme lately and I trie to add this code at the end of Function.php to fix the homepage pagination :

function td_pagination_fix() {
 global $wp_query;
 unset($wp_query->queried_object);
}
add_action( 'wp', 'td_pagination_fix', 111 );

It always worked before, but now it just breaks my website and gives me a white screen.
Can you help me fix this issue, I cannot use the front page pagination.

My website : http://www.riders.nc

Post count: 6600

Hi,

The pagination should work fine, please try to deactivate all plugins and check if this is still happening, also if you use any CDN/ cache plugins empty cache or purge files.
Please let me know!

Thanks

Post count: 11

Hi Lucian,

I found an issue with a plugin called Calendarize. It’s having a problem with the pagination when activated. How can I fix it? I need this plugin.

Post count: 6600

Hi,

Not sure, you could try to find and use another similar plugin or you could try to go trough it’s settings and check if one of it’s settings doesn’t cause this.
If you can’t manage to find a solution for this you can also address to plugins author on the support page.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 11

Thanks Lucian, I’ll contact the plugin’s authors to address the issue.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.