Unbeliever64
Forum Replies Created
-
Forum: Plugins
In reply to: [Require Post Category] "Hourglass" doesn't go awayIt looks like the plugin works for me now.
Finally, I can prevent my bloggers from making uncategorized posts!
Thanks again…
Forum: Plugins
In reply to: [Require Post Category] "Hourglass" doesn't go awayI will reactivate the plugin and give it a try (I always keep all my plugins current; even the inactive ones).
I’ll post again here either way, to let you know.
Thanks!
Forum: Plugins
In reply to: [Enhanced Text Widget] Bug introduced with v1.4.1That seems to have done the trick!
I have removed “PHP Code Widget” and put back my original “Enhanced Text Widget” in the Loop. My post times remain correct; no more repeats!
This makes me very happy. I use ETW in multiple places all around my site, whenever I need a bit of text or snippet of code, and I hated having to swap out for another widget in this one location.
Thanks for listening, and fixing the problem!
Forum: Fixing WordPress
In reply to: How can I prevent quoted text from being indented?WPyogi:
A belated thanks for this; it was exactly what I was looking for.
Firebug is my “last resort” when Google fails me. ??
Forum: Fixing WordPress
In reply to: Can't change "blog-2" slug, yet trash is empty!Well, I had to cheat in order to fix the problem. I only hope I didn’t break anything in doing so.
For future reference, the problem was that the slug for my STATIC FRONT PAGE had somehow been set to “blog”. The thing is, the WordPress interface never displays the slug for the front page — it just shows the plain URL — so I had no way of knowing that the front page even HAD a slug.
I wound up using my rad database skillz to find and fix the issue:
1) I ran phpMyAdmin on my host server, and logged into the WordPress database.
2) There, I viewed the wordpress_posts table (which also contains your static pages).
3) The post_name field is actually your slug. This is where I found that the “blog” slug actually belonged to my static front page. (Which explains the “clue” I’d discovered in my previous post.)
4) Verifying that no other “post” had a slug of “home”, I modified the front page’s slug from “blog” to “home” (which is what I had named the front page).
5) Then I modified my blog page’s slug from “blog-2” to “blog” and exitted stage left.Voila! Everything seems to be working the way I’d hoped.
I’m just very paranoid about directly making changes to strange databases. I will be very sad if I broke something else…
But, assuming I didn’t, I hope this info helps the next person with this problem! ??
NOTE: PLEASE ALWAYS LOOK (HARD) FOR OTHER SOLUTIONS, BEFORE MANUALLY POKING AROUND IN A STRANGE DATABASE!!!