• Resolved rotexhawk

    (@rotexhawk)


    Is it possible to sort my events based on store names. I see there is no option for that under the settings.

    I can assign custom tag to each element and sort based on the tag ?
    Anything like that possible ? If not please let me know the best possible way to ahcieve this.

    http://ww.wp.xz.cn/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The way you’ve described is one way of doing it.

    Another would be to use a custom WordPress query – if you use the post_type ‘event’ you can use it to reorder events how you like.

    Thread Starter rotexhawk

    (@rotexhawk)

    Thanks for the quick response, however I am not very familiar with the plugin core files. Can you please give me an example or tell me the files to change.

    I understand PHP and MYSQL but not very familiar with WordPress code structure.

    Actually, I meant you could create a custom post query that used the post_type ‘event’ to reorder posts / events as you needed. Doing it that way, there’s no need to hack into core WordPress files.

    There’s an example of a custom query using a custom post type, under Querying by Post Type, here:
    http://codex.ww.wp.xz.cn/Post_Types

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Order’ is closed to new replies.