I’ve been trying to get my posts to appear in order based on the meta_key
digital_date
but nothing seems to be working. I’ve tried several solutions from the web and on this forum but nothing seems to be changing the order of posts. I believe it’s currently ordered by post date.
Here’s what I have so far:
$args = (array(
'post_type' => 'movies',
'posts_per_page' => 4,
'order' => 'ASC',
'orderby' => 'meta_value_num',
'meta_key' => 'digital_date'
));
Can anyone help? Would really appreciate it!
I created the simplest possible Dev Studio screen. A text input only. I then added the javascript items for JQuery and datepicker TellDunkin.