Rhys
@rjdusk on WordPress.org
- Member Since: September 17th, 2014
-
Posted a reply to Wrong URL in schema, on the site WordPress.org Forums:
Thanks @suascat_wp for the feedback. No, we're using Polylang. After twiddling around the past few… -
Created a topic, [Yoast SEO] Wrong URL in schema, on the site WordPress.org Forums:
Hi gang, I’m having a problem on my site (www.sc… -
Posted a reply to Remove specific language, on the site WordPress.org Forums:
@mikes41720 thanks for that pointer, I'll try and figure out how to make this work… -
Created a topic, Remove specific language, on the site WordPress.org Forums:
Hi team, I'm trying to find a way to remove this tag: … -
Created a topic, Remove URLs from excerpt, on the site WordPress.org Forums:
Hiya Bill, is there a special way to remove URLs from … -
Posted a reply to Notice: Trying to get property ‘walker’, on the site WordPress.org Forums:
While I'm not the OP, I am also seeing this exact issue. I'm about 99.999%… -
Posted a reply to Global Redirect stuck in loop, on the site WordPress.org Forums:
Awesome, glad to see you all got there in the end. Yeah should have mentioned… -
Posted a reply to Global Redirect stuck in loop, on the site WordPress.org Forums:
No worries, usually the simplest solution is the hardest to come by :-) -
Posted a reply to Global Redirect stuck in loop, on the site WordPress.org Forums:
One sure fire way is to use a VPN. I use Mullvad for testing my… -
Posted a reply to Global Redirect stuck in loop, on the site WordPress.org Forums:
Alright lets take a look :) function country_geo_redirect() { $country = getenv('HTTP_GEOIP_COUNTRY_CODE'); if ( $country… -
Posted a reply to US based redirect resulting in 500 error, on the site WordPress.org Forums:
So I'm getting a little closer function country_geo_redirect() { $country = getenv('HTTP_GEOIP_COUNTRY_CODE'); if ( $country… -
Created a topic, US based redirect resulting in 500 error, on the site WordPress.org Forums:
Hi guys, I'm trying to get a redirect to work which re…