mjsteinbaugh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post formats: migrating from categoriesNice I’ll check that out. I ended up modifying the MySQL database directly in phpMyAdmin by running a find and replace on the taxonomy values. Seems to me that a batch change feature needs to be added to the core WordPress package. You can reassign categories in bulk through the dashboard interface and this would be nice as well.
Forum: Fixing WordPress
In reply to: WP Super Cache super caching index.phpI’m having the opposite problem, where WP Super Cache won’t cache my index.php file. Any ideas?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Front page of site not caching anymoreI think my site has the same problem. I’m hosted on Media Temple’s GridServer plan.
Forum: Fixing WordPress
In reply to: Cannot log in to TracYes I tried that to no avail.
Forum: Fixing WordPress
In reply to: Convert database to UTF-8I’m not sure if reimporting your posts does the trick, even on a fresh install. I’m pretty sure you want to convert the text entries to BLOB like the guide says, then convert the charset to UTF-8. However, like I mentioned previously, the guide is very cryptic and likely to be problematic.