Profiles

  • Member Since: December 7th, 2016
  • Find me on:
  • Posted a reply to URL not changing stuck on first page, on the site WordPress.org Forums:
    Try this on functions.php add_filter('redirect_canonical','pif_disable_redirect_canonical'); function pif_disable_redirect_canonical($redirect_url) { if (is_singular()) $redirect_url = false; return $redirect_url;…