shewoof
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Data stopped compiling on 21st June – was working priorApologies I didn’t reply earlier, I was on a short school holiday break with the kiddies.
Thanks so much for your assistance, I have just placed that in and the redirect seems AOK thanking you ~ I know this is outside your standard support scope so I really appreciate it. Is there a chance at all that you can have quick check of the site to see if your awesome plugin is working as it should now even with that code in there?
Thanking you again 😉
Forum: Plugins
In reply to: [WP Popular Posts] Data stopped compiling on 21st June – was working priorHi again,
I found what the issue was but it leaves me with another conundrum … so it was because I needed to implement code which ensured trailing slashes on the end of URLS … the second I commented out this code, your plugin started working again … but I still need the below functionality :-E Help???
### adds trailing slash if not already there ###
## <IfModule mod_rewrite.c>
## RewriteCond %{REQUEST_URI} /+[^\.]+$
## RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
## </IfModule>Forum: Plugins
In reply to: [WP Popular Posts] Data stopped compiling on 21st June – was working priorHi there, thanks for your reply 🙂 the only thing was a standard WordPress upgrade