Hi there, I’m using the post slider on a site homepage but it’s displaying the post back to front. How can I switch the order so the most recent post is on the right hand side rather than the left?
Secondly how can I remove the ‘comment’ link as I don’t want this to appear.
Thanks
Hi Rustybucket!
1- Please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
2- Please add following code to Quick CSS
.slide-meta-comments, .slide-meta-del {
display: none!important;
}
Regards,
Yigit
Hi Yigit
Many thanks for this, I didn’t see it before Christmas so apologies for the late reply.
Cheers