Support » Plugin: Testimonials Widget » Order list by ID?

  • Resolved lonrot

    (@lonrot)


    Hi,

    Even when using the shortcode to call ids, the list won’t sort according the array order.

    For example, here:

    [testimonialswidget_list ids=”538,451,442,449,426,443,557,443,557,434,555,561,553,559,565″]

    I want 538 to be the first in appearing and 565 to be the last, but the page displays the testimonials in order of age. First the newest, last the oldest.

    What can be done to fix this?

    http://wordpress.org/extend/plugins/testimonials-widget/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    Have you tried adding orderby=none to your shortcode?

    Thread Starter lonrot

    (@lonrot)

    Thanks I will try that.

    Thread Starter lonrot

    (@lonrot)

    Michael,

    That doesn’t seem to work. It changes the order but not according to my list.

    I’ve tried this:

    [testimonialswidget_list ids="443,557,434,555,561,553,559,565,538,451,442,449,426,443,557" orderby=none]

    Or this:

    [testimonialswidget_list orderby=none ids="443,557,434,555,561,553,559,565,538,451,442,449,426,443,557"]

    And I will get the same unknown order.

    Plugin Contributor Michael Cannon

    (@comprock)

    My own tests show similar problems. I’m debugging further. Please be patient.

    Plugin Contributor Michael Cannon

    (@comprock)

    The orderby=none option now works as desired to order testimonials by specific IDs.

    See FAQ 46 of version 2.4.6 for details.

    Thread Starter lonrot

    (@lonrot)

    Thank you Michael, just updated and now it works!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Order list by ID?’ is closed to new replies.