c
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image upload problems in IE and operaOk, then this is officially a common problem. Unless we’re all doing something wrong or dont have some type of update for Internet explorer downloaded??
Forum: Fixing WordPress
In reply to: image upload problems in IE and operatop right corner above the post box theres an image button, video, etc.
Forum: Fixing WordPress
In reply to: image upload problems in IE and operaits an amazing new feature, Ive been posting with it in firefox, but its not going to be that useful if I have to force people to use a browser
Forum: Installing WordPress
In reply to: Only cache home page?DOH, I thought that was just for specific posts and not the home page. I’ll have to give it a try later and see if it will work. Thanks
Forum: Installing WordPress
In reply to: Only cache home page?I searched before I made the post, but I couldn’t find an exact answer. I will continue to look though
Forum: Fixing WordPress
In reply to: WP-Cache & WP-Super Cache Increasing CPU UsageSame happens for me on my dreamhost vps. I really want to use a cache plugin, but I’m not able to because my #’s go way up. Plus I get a ton of comments on my site, and have about 6800 posts, so I’m not sure if that’s a realistic goal.
Forum: Plugins
In reply to: Change background color of individual postsThis is what my wordpress theme code looks like:
<div id=”contentmiddle”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”contentdate”>
<h3><?php the_time(‘M’); ?></h3>
<h4><?php the_time(‘j’); ?></h4>
</div><div class=”contenttitle”>
<h2 class=”home_title”>” rel=”bookmark”><?php the_title(); ?></h2>Forum: Plugins
In reply to: Change background color of individual postsI found these instructions, but I cant seem to follow them because my theme doesn’t have this in it that they are talking about here: <div class=”post” id=”post-<?php the_ID(); ?>”>
http://www.wpdesigner.com/2007/06/22/styling-posts-by-category-and-category-specific-images/Forum: Plugins
In reply to: None of the cache plugins workAny thoughts on this? Ive been searching around for a solution, but have yet to find anything.
Forum: Plugins
In reply to: [WP-Super-Cache] Memory UsageI gave up on it and ended up using 1 Blog Cacher plugin instead. Its the only cache plugin that I can use that won’t crash my server. I would highly suggest it to anyone:
http://wordpress.org/extend/plugins/1-blog-cacher/Forum: Plugins
In reply to: I like 1 Blog Cacher-edit-wrong post
Forum: Plugins
In reply to: I like 1 Blog CacherI fully agree, this plugin is better than wp cache or wp super cache. Both of those plugins killed my server as soon as I enabled them. Ive installed this plugin on two popular sites that would NOT work with wpcache or super cache and blog cacher runs smoothly and speeds up the site as well 🙂
Forum: Plugins
In reply to: [WP-Super-Cache] Memory Usagethis is what it did to my memory, the orange line:
http://uploader.ws/upload/200801/default_1.png
I deactivated it within an hour or so because it was crashing my server(which was maxed out BTW)Forum: Plugins
In reply to: [WP-Super-Cache] Memory Usagewp-super-cache
Forum: Fixing WordPress
In reply to: Comments take forever to refreshI disabled WP AJAX Edit Comments and that seems to have helped. Its still not super fast but its much better. I was using and older version, so maybe I’ll try the newer version and see if its any better