I created several posts using a plugin called Sermon Manager. I am able to display these on the Post Carousel by changing the _post-carousel.php and using wpfc_sermon:
case 'most-commented' :
$args = array(
'post_type' => 'wpfc_sermon',
// 'posts_per_page' => $count,
'orderby' => 'date',
'order' => 'DESC'
);
break;
What is interesting is that these sermons are displaying the Date Preached (image 1 & 3) in the Post Carousel, but they are not ordering by Published by Date (image 2).
I have other sermons in the Post Carousel that are older that other sermons I have created. (image 4).
Is this normal?
Image 1

Image 2

Image 3

Image 4
