At least I think it’s a 2.7 glitch, as I’m not sure how long this has been occuring.
Over on the far right sidebar, where I have my categories, it shouldn’t be displaying any of the same categories listed under “Bloggged Series” or “Miscellaneous Series” in the middle bar yet…it is. I know that the function call to list categories is working, and I know that the category numbers that I’m trying to exclude on the right sidebar are right, because that’s what I”m using to show only the specific categories on the middle bar.
I’m not exactly sure what’s happening. I mean, it IS excluding the categories that I’ve listed, but it’s not excluding those category’s children, as it had been previously. If that’s a change in the code, it’s a rather annoying one, and it’d be nice if there is any “exclude category and it’s children” attribute to replace it with.
So far the only thing I’ve had to alter is my usual going in and changing a couple things manually in the code for the gallery to make it work the way I like, since you can’t do that through the admin panel yet.
A couple other things that I wish were included and weren’t are having a panel for upcoming posts on the dashboard on top of recent drafts, plus I wish they had kept the actual date that upcoming posts were going to be posted on the posts page (instead of just saying “in 7 days” or whatever), but those are mostly minor.
I haven’t YET run into anything which makes me roar with rage yet.
The things I like best are the ability to remove things from the dashboard (and the create/edit post screen) as well as the ability to move things around. No more having to scroll down the page to pick the categories. Yay!
Well, so I upgraded to Wordpress 2.5.1 last night (or attempted to). On my first attempt, my uploads were taking so painfully long (I think it took something like 2 to 3 hours. Not sure what the issue was) that I decided to stick a DVD into the computer and watch it in bed, and ended up zonking out.
That resulted in my getting up and being faced with a nice PHP error on my webpage. So I re-download the update, re-upload it (only took about 5 minutes this time!) and at least I’m not getting PHP errors anymore. However, I did notice that had to go in and fix some things that I had fixed before:
The gallery stylesheets. Why in the world do they embed them in the middle of the page? Not only is it bad coding, but I have to go into the wp-includes/media.php file and take them out so they don’t overwrite MY styles for the gallery.
Change the gallery defaults to 0 columns (so it won’t stick in dumb code to force column size) and image size (switching from tumbnail to medium)
Changed max attachment width (on the attachment pages when you click on an image) from 500 to 900.
Well, it seems they’ve (sort-of) fixed the order-by problem (my mac uploads images out of order, so I typically have to order them by post_name first – as that’s the filename), but now when I do orderbyid=”post_name”, instead of doing it in order, it’s now doing it in reverse order. That required going in and editing all of my posts where I used orderby=”post_name” (thanks guys!). Why they assume that the default order should be descending, I have no clue.
On a side note, I had to fix a few things there which hopefully have been fixed since. That includes doing things so I could even upload multiple images on my mac, and then having to go in and change WP’s query so that orderby actually worked.
All of my galleries suddenly had a scrollbar at the bottom which I hadn’t seen before. This was caused by one thing in my CSS, but I’m not sure why it was there now and not before.
As for whether it’s fixed so the mac actually uploads files in the right order – well, we’ll see when I do that next time I guess.
I can at least live with the first 3, given that those were changes to pages who were uploaded, but #1 is just plain dumb, and all 3 should probably be settable in the admin area. I don’t want to go in and change actual php files every time there is an upgrade, just because I want to do things differently than the default, and with the 2nd point, I don’t want to have to remember putting in the same gallery attributes every damn time I add one when I do them all the same way. Let me set the default so I don’t have to worry about it.
At least I don’t feel as bad, as someone else was down a better part of yesterday as well (though for different reasons).
While I’m at it, I’d still like the categories to be on the sidebar next to the post box (ideally above “Related” – and why is that there anyway?). It’s kind of annoying to have to scroll halfway down the page to set the categories, and the box is rather…short as it is (one can only see 6 categories at a time).
In any case, that’s my raging rampage for the day.
My First Wordpress 2.7 Glitch
At least I think it’s a 2.7 glitch, as I’m not sure how long this has been occuring.
Over on the far right sidebar, where I have my categories, it shouldn’t be displaying any of the same categories listed under “Bloggged Series” or “Miscellaneous Series” in the middle bar yet…it is. I know that the function call to list categories is working, and I know that the category numbers that I’m trying to exclude on the right sidebar are right, because that’s what I”m using to show only the specific categories on the middle bar.
I’m not exactly sure what’s happening. I mean, it IS excluding the categories that I’ve listed, but it’s not excluding those category’s children, as it had been previously. If that’s a change in the code, it’s a rather annoying one, and it’d be nice if there is any “exclude category and it’s children” attribute to replace it with.