mrburrrns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with caching comments namesdonncha: No proxy server, I don’t think any other plugin is interfering and .htaccess was set properly according to the WP Super Cache instructions.
As far as I can see, this is a WP Super Cache bug.
Forum: Fixing WordPress
In reply to: Problem with caching comments namesjkeegan2: Thanks for the reply, good to know I’m not alone. Hopefully it can be fixed soon.
In the mean time, I’m gonna try 1 Blog Cacher:
http://wordpress.org/extend/plugins/1-blog-cacher/Forum: Plugins
In reply to: 2.2 upgrade and Wordspew – no refresh?That does not really work, it’s still broken in WordPress 2.2. 🙁
Forum: Fixing WordPress
In reply to: How to show recently post?I use:
<?php get_archives(‘postbypost’, ’12’); ?>
Edit the number to whatever count you want.
Forum: Fixing WordPress
In reply to: How to display a picture as a php page?Thanks for the reply evilbeet!
What you suggested works great. Only problem is that I like to upload the pictures per ftp in a folder structure and then link the pics there. So, is there any way to edit WordPress so, that when a picture is reguested, the server displays it on a page? Like a redirect or something?