4,575 reputation
1623
bio website markratledge.com
location Missoula, MT
age
visits member for 2 years, 9 months
seen 3 hours ago
stats profile views 274

My WordPress consulting site: markratledge.com


Jan
4
comment Scanning Database for malicious Data
I'd look for the usual eval(base64_decode strings. And if you view source on the site and see spam links, search for those. sucuri.net keeps track of malware strings re: Wordpress
Dec
29
comment How to rotate the header image per day?
<clarity>You're still unclear.</clarity> You want the image to change once a day, but also be a random image? And what time is the change? At midnight? Or do you want a monday.jpg, tuesday.jpg, etc, image change?
Dec
29
comment How to rotate the header image per day?
<clarity>You're still unclear.</clarity> You want the image to change once a day, but also be a random image? And what time is the change? At midnight? Or do you want a monday.jpg, tuesday,jpg, etc, image change?
Dec
24
comment Category links suddenly started giving 404 errors
Those are normal permalinks, and your categories seem to be working now.
Dec
23
comment Category links suddenly started giving 404 errors
I read that; but the first step is to resave your permalinks anyway.
Dec
13
comment How to rotate the header image per day?
See answer below.
Dec
12
comment How to rotate the header image per day?
So do you want 1) a different image each day, or 2) a different and random image each day? A different as well as random image each day is somewhat of a contradiction.
Dec
12
comment Best host for running large mem and processor intensive WordPress sites?
So what hosts didn't work out? So we don't waste time making suggestions? And are you talking about shared hosts or VPSs?
Dec
11
comment Upgraded to latest version - 3.0.3 and Now I get a “sufficient permissions to access this page” error
Title should be "INsufficient permissions...."
Nov
25
comment Is there a WordPress widget for my webpage?
Didn't realize that.
Nov
19
comment What do I need jQuery for?
@t31os, hey, didn't expect to see you here. You've got a higher score than me :) I'm mostly on stackoverflow (and wp.org) but wandered over here....
Nov
18
comment What do I need jQuery for?
It's the other way around: jQuery is loaded and used by Wordpress for the admin UI; it may or may not be used by the theme, depending on if it is incuded by the theme designer.
Jun
14
comment How does one suppress a 404 status code in a WordPress page?
Accidently downvoted you, but changed it. I'd rather not change WP core files.
Jun
14
comment How does one suppress a 404 status code in a WordPress page?
Great fix rather than using .htaccess and for fixing just the non-WP php page templates. Thanks!