• Me again! I have search the forum, but didnt find anything about this.

    I have in a category to many posts and i want to sort them alphabetticly (i’m using this: $posts =query_posts($query_string .’&orderby=title&order=asc&posts_per_page=-1′), but i’m trying to display them like this:

    A
    ——————————
    all post starting with “A”
    B
    ——————————
    all post starting with “A”
    ,etc…

    Is there an plugin or a way to make something like this? Or if there is in php a way to detect the post that ar starting in title with a specific letter… so i can make my own template for them?

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

    (@boing)

    I see it’s a little difficult to do something like this 🙁

    -ok – but there is a way to show in a topic only the posts that starts in the title with “A” for example?

    Ive never seen something like this done, but maybe this might shed some light on it?
    http://wordpress.org/support/topic/12379
    The only thing I
    ve seen done is people using the sortable archives and arranging by title, then by ascending.

    Thread Starter boing

    (@boing)

    Tnq for your reply – thats what i was searching for… Tnq again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Special alphabetic display’ is closed to new replies.