GavinMannion
Forum Replies Created
-
Thanks Sebastien,
It’s unfortunately not working now but it’s doing something… it is replicating my click to see comments button and adding a link to the next post underneath but nothing else though
Same problem, we updated on Friday and now no tweets or facebook posts are going out..
Forum: Fixing WordPress
In reply to: Redirect specific URL to category pageAh that sounds perfect then thanks
Forum: Fixing WordPress
In reply to: Redirect specific URL to category pageBut can I use a page to show dynamic content like I do with category templates?
Is the wordpress loop available there?
Forum: Fixing WordPress
In reply to: Changing my permalinksThat’s nearly exactly what I wanted except I just wanted one that allowed multiple permalink structures really…
I haven’t managed to get this one working yet but I’ll keep trying and hopefully get this resolved
Thanks
Forum: Fixing WordPress
In reply to: How do I get the URL for the next and previous posts?Awesome that’s exactly what I was looking for ??
The problem appears to be that my sub sites are using a child theme and the plugin doesn’t then work. However the shortcodes are working in my parent theme,
No that didn’t seem to make any difference?
It just writes it to the screen
You can see an example in the left panel here
https://herewego.lazygamer.net/Forum: Fixing WordPress
In reply to: Where does this query come from?It’s not the longest running query but it is being called all the time and I can’t think why this particular query is constantly being called and from where.
So it may not be the query itself but rather what is calling it
Forum: Plugins
In reply to: [Plugin: WP Super Cache] WP-SuperCache static files not being servedI fixed the permissions issue but I still don’t think it is loading my directly cached page… does anyone know how I can test that?
Forum: Fixing WordPress
In reply to: Unable to execute plugin php filesI posted that I had checked with the plugin developer, the .htaccess file since that is a common problem and said that I doubted it was the theme.
It isn’t the theme because this problem started when I moved hosts which is something I stated in my first post.
I am happy to check anything and do need help but a generic “something in the theme” is neither helpful nor insightful.
Forum: Fixing WordPress
In reply to: Unable to execute plugin php filesI previously thought it may have been the .htaccess settings but they all seem fine
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>As far as the plugin developer is aware it isn’t a conflict and I highly doubt it’s anything to do with my theme…
Forum: Fixing WordPress
In reply to: Unable to execute plugin php filesYes I understand that, but if you run this plugin PHP file on antoher site that has the plugin installed it executes the file
https://wealthynetizen.com/wp-content/plugins/comment-rating/ck-processkarma.phpThe point being that my plugin cannot execute itself because on my site it is bein redirected as an article or something?