Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #331027
    Stefan
    Participant

    Hi there,

    how can i rearrange the services. they are in the order in which i first created them. no attempt on my part has helped to get them in a different order.

    I would like to reorder them from bottom to top.

    Thanks for all and kind regards

    Stefan

    #331048
    tikaram
    Keymaster

    @coriopat : can you please let me know the content type (post, page, category, custom or custom post type) that you have used on your site so that I can help you resolve the issue.

    Regards,
    Tikaram

    #331054
    Stefan
    Participant

    Hi Tikaram,

    I don’t know exactly what you mean, but the “Leistungen” is an extra page and the services are included using this code:

    [services display_types=”true” display_tags=”false” include_type=”grooming-tips,best-kitties” columns=”2″ showposts=”10″ orderby=”title”]

    The orderby has no effect.

    How can I define the order regardless of the time of creation?

    Regards,

    Stefan

    #331080
    tikaram
    Keymaster

    @coriopat : If you would like to reverse the order of services you may change the order using the following shortcode.

    [services display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title" order="desc"]

    order: display Service in ascending or descending order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display your Service in descending order instead. (ASC/DESC)
    Hope this helps you out

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.