Home › Forums › General Issues › Revolution Slider › Reply To: Revolution Slider
revolution slider had this function : getPostsByCategory.
with this query arg :
$query = array(
‘order’=>$direction,
‘posts_per_page’=>$numPosts,
‘showposts’=>$numPosts,
‘post_type’=>$postTypes,
);
my post has a ACF date repeater field (thedates) and i need to sort with first date of each one .
i tried to add this :
‘meta_key’ =>’thedates_0_thedate’,
‘orderby’ => ‘meta_value_num’,
but how could i filter to not display past post ? only if post >= today date ?
To display the date on slide i use the meta tag Revolution slider %meta:thedates_0_thedate% but the format is YYYYMMDD, i need to change it.
And %meta:mycustomtaxonomy% return and display the ID but not the name…
THANKS !!!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.