• Hi sir, pls help me! its very urgent!!!

    I want to display the posts by title order. so i used this code “<?php query_posts($query_string . ‘&orderby=title&order=asc’); ?>” to achieve the task but no luck.

    My Post order is

    se4f1
    se4f2
    se4f3
    se4f4
    se4f5
    se4f11
    se4f12
    se4f13
    se4f14
    se4f6
    se4f7
    se4f8
    se4f9
    se4f10
    se4f15
    se4f16
    se4f20
    se4f21
    se4f17
    se4f18
    se4f19

    after used above code

    I am getting
    se4f1
    se4f10
    se4f11
    se4f12
    ….
    ….
    se4f2
    se4f20
    se4f21
    se4f3
    se4f4

    but I need

    se4f1
    se4f2
    se4f3
    se4f4
    se4f5
    se4f6
    se4f7
    se4f8
    se4f9
    se4f10
    se4f11
    se4f12
    se4f13
    se4f14
    se4f15
    se4f16
    se4f17
    se4f18
    se4f19
    se4f20
    se4f21

    Please any one help me

    Thanks
    Thiru

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post sort order issue in category page’ is closed to new replies.