I need to sort articles alphabetically in wordpress please help

Discussion in 'Blogging' started by spy1983, Jul 28, 2010.

  1. #1
    Hi

    I have a website and i am posting some video posts. But sometimes i cant post them in order. So i want to sort them in alphabetically or i want them to be shown to the visitors in alphabetical order.

    How can i do that?

    Thanks
     
    spy1983, Jul 28, 2010 IP
  2. Burkley

    Burkley Active Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #2
    Do you want to post them as archives or something? I personally do not know of a way to have the main blog posts set in alphabetical order since Wordpress automatically orders them by date. But I am able to order posts alphabetically in my archives and error page with this:

    <?php wp_get_archives('type=alpha'); ?>

    You can read more about that in wordpress.org codex.

    But if you really mean ordering your main posts alphabetically, I am not quite sure if there is a way around this since Wordpress by default orders posts chronologically.
     
    Burkley, Jul 28, 2010 IP
  3. spy1983

    spy1983 Well-Known Member

    Messages:
    458
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #3
    well i dont need it for archieves i just need it for the main and other pages...

    thanks anyway
     
    spy1983, Jul 28, 2010 IP