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