Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter theworkisdone

    (@theworkisdone)

    Hi, 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=ID

    I tried
    /wp-admin/page.php?action=edit&post=ID

    Saved it. Worked.

    Thread Starter theworkisdone

    (@theworkisdone)

    I 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.

    Thread Starter theworkisdone

    (@theworkisdone)

    Hi 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.

Viewing 3 replies - 1 through 3 (of 3 total)