Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post slider - speed and order #28

Open
cmgarst opened this issue Jan 17, 2015 · 2 comments
Open

post slider - speed and order #28

cmgarst opened this issue Jan 17, 2015 · 2 comments

Comments

@cmgarst
Copy link

cmgarst commented Jan 17, 2015

Is there a way to control how fast the screen rotates through posts?

Also configure the order of posts vs. random?

Thanks, this is awesome!

@j0nz
Copy link

j0nz commented Jan 20, 2015

The Speed can be adjusted as per this query/answer

Timing the transition between posts display

which says

Sure is. Just edit line 12 of /javascripts/foundation/foundation.orbit.js
timer_speed: 8000,
It's in milliseconds.

Not sure about the randomness

@islanddog
Copy link

I know this was last year but in case you were curious to do ordered posts simply go to index.php under: wp-content\themes\wpds-master and alter the following lines:

            $args=array(
                'post_type' => 'post',
                'post_status' => 'publish',
                'orderby' => 'ID',
                    'order' => 'ASC',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants