ericleeclark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: users missing from author dropdown after upgradeTry reseting the role for your user(s) in the admin. If you are the administrator, you will need to log in as another admin user to change your role. I logged in, changed the role on my normal admin user to something other than administrator, saved it, and then changed it back to administrator. I also did this for a few other users, but not all. I actually noticed all the other users no longer had this issue once we updated a few of our users… basically forced the database to correct itself. Must be a small bug in the upgrade.
Hope this helps.
Forum: Your WordPress
In reply to: WordPress Listings Manager plugin for Open-RealtyAl, are you planning to make your plugin available for download? I’ve got a site that I’d like to test this with.
Thanks for your work in getting this together!
Glad to help!
Forum: Installing WordPress
In reply to: Blank Index page after InstallationHi Crystallized,
All signs seem to point to the theme if that’s the only thing you changed. I’m assuming your using WP 2.6, correct? If so have you tested this theme on 2.6 before?
Thanks,
EricDo you have access to your database? You could always back-door it and use phpMyAdmin to update the siteurl field in the wp_options table.
Forum: Fixing WordPress
In reply to: Where to insert Google Analytic tracking codeExitspeed,
Just a note… some themes have files with multiple <body> tags. This confused me at first, but some themes could use multiple footers, or otherwise be structured in a way where there are multiple. To be sure, just check through each *.php file and search for </body>. If you miss one, you won’t gather stats for that page.
Cheers!
EricForum: Fixing WordPress
In reply to: Blogging via e-mailBrandon,
I’ve been able to successfully post (without it going to pending review) via email. What version of wordpress are you using?
Also, the strange characters or text may be coming from your email editor… it’s best to just do plain text and add in HTML markup. Make sure you’re not using rich text when emailing a post.
Forum: Fixing WordPress
In reply to: Manage Pages Not Showing UpI’m also experience this issue. I’ve checked my database and the data for the pages exist, they’re just not appearing in Manage > Pages. Somewhere along the way the code at Manage > Pages is not recognizing them.
I’ve also tried switching themes and disabling all plugins, still no luck.
I’ll continue researching… though if this problem was widespread I’m sure there would be more talk about it as it’s a major piece of functionality.