• Resolved mhknuckles

    (@mhknuckles)


    I’m using WP CherryFramework theme (Beige Management Company.
    The home page has a slider that I’d like to change the order of the images or even change them all together.

    Problem: I followed a tutorial, (https://info.template-help.com/help/wordpress-how-to-change-slides-order-in-a-slider.html)
    that suggested changing the publish date on the slides. I did several times but it had no effect.

    I searched the slider.php files for the lines another tutorial suggested to change the order, (‘orderby’ => ‘title’,
    ‘order’ => ‘ ASC ‘) but the lines were not present.

    Can anyone assist me with how to change the slider image order? Really need to get site complete ASAP.

    Thanks
    globalmanagementalliance.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mhknuckles

    (@mhknuckles)

    I guess it’s true that there’s more than one way to skin a cat.

    I found a way to change the order and choice of images in the slider that worked for me. I located the path of the images folder for the slider and renamed the files I wanted changed. Then I uploaded the image files I desired with the original file name and deleted the changed ones.

    Worked like a charm! I am still awaiting the answer to the proper way to do this.

    Thread Starter mhknuckles

    (@mhknuckles)

    Here is an answer I got from Template Help. Didn’t try it caise I already resolved my issue.

    Slider are setup to be displayed in Alphabetical order, you can check it or change order in the slider.php file under Appearance – Editor – slider.php file:
    query_posts(“post_type=slider&posts_per_page=-1&post_status=publish&orderby=name&order=ASC”);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Slider Image Order’ is closed to new replies.