• Hi,
    I have used your plug in on a friend site but the list order is showing the oldest first instead of newest first.
    I looked into this and added the code into the functions.php
    function hg_testimonial_rotator_order($template_name, $testimonial_id)
    {
    return ‘DESC’;
    }
    add_filter(‘testimonial_rotator_order’, ‘hg_testimonial_rotator_order’, 10, 2);
    But still doesn’t seem to work.
    Thanks,
    Zoe

    The page I need help with: [log in to see the link]

  • The topic ‘Changing Order’ is closed to new replies.