• grapefruitgirl

    (@grapefruitgirl)


    how can one specify the order in which the links appear on a wordpress blog?

    I tried the “rating” option in the link edit screen and that didnt work. perhaps i have to upgrade to the newest wordpress to make it work?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter grapefruitgirl

    (@grapefruitgirl)

    anyone know how to fix this? do you think an upgrade in wordpress is necessary or is there an easier fix?

    thanks in advance.

    Chris_K

    (@handysolo)

    https://codex.www.ads-software.com/Template_Tags/get_links_list

    Have a link at the “order” parameter.

    Thread Starter grapefruitgirl

    (@grapefruitgirl)

    Thanks HandySolo. I had a look at the parameters, and its still like reading Greek (and I dont understand Greek), it’s a bit hard to understand.

    I added the order parameter here:

    <?php get_links_list(‘order’); ?>

    But I’m still not sure where one designates the which link goes in what particular order.

    moshu

    (@moshu)

    4 Parameters

    order
    (string) Value to sort Link Categories by. Valid values:

    * ‘name’ (Default)
    * ‘id’

    Prefixing the above options with an underscore (ex: ‘_id’) sorts links in reverse order.

    Thread Starter grapefruitgirl

    (@grapefruitgirl)

    hi moshu,

    i only have 1 link category. i want to order the links within that category to be alphabetized.

    is this the path for doing that?

    Thread Starter grapefruitgirl

    (@grapefruitgirl)

    this seems to only order the “categories” but i am looking to order the specific links within the one link category that i have on my page.

    is this possible?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to order links?’ is closed to new replies.