jeffrey723
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error Call to undefined function: require_wp_db()Count me as a third for experiencing the same problem:
Fatal error: Call to undefined function require_wp_db() in …public_html/wp-settings.php on line 204
I did just like Pete did, and added the “secret key” to my wp-config, and have re-uploaded the wp-includes and the wp-admin folder multiple times.
Any thoughts?
Forum: Fixing WordPress
In reply to: Is someone trying to hack my blog, part 2? New user registrationThanks so much! Didn’t know what that switch did.
Forum: Themes and Templates
In reply to: Archives page – list by post title instead of date or category?That plug-in is a nice idea, but wasn’t going to work for me.
Mostly because it just provides a different, but nicely alphabetized, structure for the archives page. A reader would still have to click on the “M” button to realize there’s an essay on Michael Clayton.
Since I’m getting good traffic on my archives page, I want people there to see at a glance exactly what’s available and not have to fish around in months or letters of the alphabet for something of interest.
And also, I’m such a rank amateur, the coding required to get the plug-in fully functional was way beyond me.
The good news, though, is that while hacking about trying to make WP-SNAP work, I hit upon a brilliant solution. I lifted the chunk of the SITEMAP template code that shows pages and slapped that into my archive template.
I was so happy I jumped up and down singing “I am so smart! S-M-R-T! I am so smart!” Check it out, for all should look upon my glorious triumph!
For someone who couldn’t tell you what PHP stands for, or how most of the symbols and protocols work, it was a moment of brilliance! And a rousing testimonial to the utility of the WordPress codex, I might add.
Thanks for the advice!