theworkisdone
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Accidently run the 2.1 Update instead of 2.0.5Hi, thanks for all your help. Before I was going to try your suggestions, I luckily solved my problem with the following.
Since I had acces to all the pages with
/?p=ID and
/wp-admin/post.php?action=edit&post=IDI tried
/wp-admin/page.php?action=edit&post=IDSaved it. Worked.
Forum: Fixing WordPress
In reply to: query_posts does OR not AND when querying for multiple categoriesI have to admit: Finally I went with the cat=6&showposts5 option an checked in the loop with a few conditionals in_category(x). It’s not the best solution, cause now I might end up with the latest five features beeing of the same category if my co-authors are messing up, well…
Maybe I’m going to file a feature request for something like cat=1+6. We have at least a solution for query_posts(‘cat=-6’) so the other way round shouldn’t be a big problem for the devs, no?
Again thanks for your help.
Forum: Fixing WordPress
In reply to: query_posts does OR not AND when querying for multiple categoriesHi Michael,
hell, that would be really to simple 🙂 I’ll explain… query_posts(‘cat=6’) gives me the latest n number of feature posts – btw I know I can limit the number – regardless of the second category that post is associated to.
So I could come up with one or more feature posts for category #1 and with none for e.g. #5 cause I do not write features for #5 that frequently.
I really need for each of the big five categories excactly one feature on the frontpage.