Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author roycegracie

    (@roycegracie)

    humm i will add this to the next update !

    if you need help with making this happen you can contact me via facebook and i’ll help you

    facebook.com/zeev.maayan

    Thank you for this nice little plugin. How can I modify the code to make the post titles and images appear in alphabetical or ascending order?

    Please respond soon.

    Thanks.

    Plugin Author roycegracie

    (@roycegracie)

    on line 48 you have:

    <?php query_posts( array ( 'cat' => $cat, 'posts_per_page' => $onpage));

    replace it with:
    <?php query_posts( array ( 'cat' => $cat, 'posts_per_page' => $onpage, 'order' => 'ASC', 'orderby' => 'title'));

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