The slides still come up in the wrong order. Tried or order by date and ID, same result. The most recently created slider page always comes up first even if I change its date to last year!
Suggestions?
https://www.ads-software.com/plugins/genesis-responsive-slider/
]]>Is there a way to display slides in random order but always have the same starting slide? I have selected “random order” and “start with slide: #1” but it still appears to be random. Thanks!
https://www.ads-software.com/plugins/master-slider/
]]>We have added a slide that cycles through on our homepage. I would like to have the newly added slide appear first.
I am unable to click and drag the pages that are listed to rearrange them. I have also renamed the pages, so that the newly created page is alphabetically first on the list of pages, but that didnt change the slide order either.
https://www.clintonrivermedical.com/
The slide I would like to have appear first is the ‘Learn how Tailwind works’ slide. It is currently last in the cycle.
How can I rearrange the order of the pages shown on the slider?
Thanks,
Jonathan
[Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]
]]>I”m using the plugin Featured articles Lite and have changed it around a bit on the page https://futuresteel.com/new-home-page.html .
The problem with it is that I can’t figure out how to change the order of the pages on the right hand side.
The code that sets them up in an array is
<div id="d_display_pages"<?php if( $saved_settings['displayed_content']!=2 ):?> style="display:none;"<?php endif;?>>
<label for="display_pages" title="<?php _e('Choose pages to be displayed in slider. Hold down CTRL key to select multiple pages');?>"><?php _e('Display pages');?>:</label>
<div class="FA_input">
<select name="display_pages[]" id="display_pages" multiple="multiple" size="7" style="height:auto;">
<option value="" <?php if(!$saved_settings['display_pages'][0]):?>selected="selected"<?php endif;?>>All</option>
<?php
$pages = get_pages();
foreach ($pages as $page):
$selected = in_array($page->ID,$saved_settings['display_pages']) ? 'selected="selected"' : '';
?>
<option value="<?php echo $page->ID;?>" <?php echo $selected;?>><?php echo $page->post_title;?></option>
<?php endforeach;?>
</select>
</div>
</div>
but my php knowledge is limited and I can’t figure out how to reorder the pages. Does any one know how I could just replace all of this with something setting the $selected as page number, name, link, image, etc?
Any suggestions are welcome. I’m kind of lost here.
Thanks!
]]>