racerman28
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I modify theme to show post tags?Thanks alchymyth. I’ll give this a try. ??
Kenneth
I think that did the trick!
The .htaccess in Super Cache had practically nothing in the file.
Now it seems to work fine in all browsers.
If it crops up again I’ll let you know.
Thanks again for your help!
Ah! Ok. I’ll give this a try.
I’ll come back with the results.
Thanks for your help. ??
Donncha,
I’m very ‘green’ to this type stuff. My Wp Super Cache rules in my .htaccess are very different than what you have listed above. Is what you have above what I should add to mine?
Here’s what’s in my .htaccess :
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
</IfModule># END WPSuperCache
I’ll check this out.
Thanks for thew info Donncha!
Im having the same problem now all of the sudden, but on just one of my blogs.
Has anyone found a fix for this?
Forum: Fixing WordPress
In reply to: How do I add Ad code to search result pages, category pagesUPDATE:
I figured out how to get the ads in the category pages so I got that.
I still cannot figure out the other issue of the search result pages.
ALSO, is there a hack or plugin that can populate the title with the search query that is performed??
Thanks
K
Forum: Plugins
In reply to: super cache and plugin conflictI just had Super cache installed by my web guy yesterday and since then my XML/RSS file is broken and I can’t get it to work. Very weird.
If you’ve found anything out please let me know.
Thanks!
Ken
Forum: Fixing WordPress
In reply to: How do I change title on home page only?srikat,
Ok, I inserted that piece of code into the title section. Now instead of ‘AutoRacingSport.com’ it says ‘at AutoRacingSport.com.
Now how do I add text to this title?
Thanks!
Ken
Forum: Fixing WordPress
In reply to: Adsense not showing in widget sidebar questionJust seeing if anyone has an answer for my dilemma?
Thanks!
Forum: Fixing WordPress
In reply to: Adsense not showing in widget sidebar questionchristykny,
I’m using Auto Adsense Plugin by Dave Pankhurst.
It inserts my Adsense ads into the posts.
Forum: Fixing WordPress
In reply to: Adsense not showing in widget sidebar questionAnyone out there have any help on this? Thanks!
Forum: Fixing WordPress
In reply to: What resource for Wp work on my blog?Thanks moshu….just what I was looking for!
Forum: Fixing WordPress
In reply to: Which plugins commonly cause server load problems?NewSaga,
I have this problem too and have started using Wp cache to ease the load….but there are issues with Wp cache if you run PHP 4 which I constantly struggle with. I’ve heard that PHP 5 is the way to go to hopefully solve issues between PHP and Wp cache…but I digress…
I’m not sure what else can be done. Frankly, (and I know other WP users have the similar concerns) I’m surprised WordPress doesn’t address this. As WP blogs get bigger this will become a big issue. WordPress is a resource hog in this way.
My hosting guy worked on this issue for awhile and had no answers for me except that a good cache system would help alot. WordPress’ built-in cache is worthless.
Any other thoughts on this anyone??
Forum: Fixing WordPress
In reply to: Display WordPress posts on Vbulletin page-how?makemead,
Thanks alot! I’ll take a look. ??