Hello, I am using project posts to display our different member schools. We were wondering if there was a way to randomize the order in which they feed onto the page? I believe they now feed based on post date, but it would be awesome if the order could change every time the visitor navigates to that section of the website.
On a slightly related note, I would like to remove the white dot under the projects page. This dot indicates multiple pages of project posts, but since I’m only displaying one page, it would be great to be able to remove it.
My site: http://sdindependentschools.com/#about
Thanks so much for your help!
Hi,
At the moment, DW Page does not support to randomize the order the project post in the page.
Also, to remove the white dot under the projects page, you can add the following code to the style.css file:
.portfolio .carousel-nav li { display: none; }
Hope this helps !
Please login or Register to submit your answer