Answer the question
In order to leave comments, you need to log in
Wordpress, remove record from output?
Now the entries are displayed like this:
<?php global $post;
$args = array( 'posts_per_page' => 10,'post_type' => 'education', 'meta_key' => 'sm-esno','meta_value' =>'1', 'order' => 'ASC', 'orderby' => 'date meta_value' );
$myposts = get_posts( $args );
foreach( $myposts as $post ){ setup_postdata($post);
?>
sm-esno
has a value 1
(this should remain) sm-data
- start date and sm-time
- start time. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question