• Resolved hridaya

    (@hridaya)


    Hello,

    How can i make a custom new templetes for event details and archieve page like this

    <?php $params = array(
    				'orderby'         => 'post_date',
    				'order'           => 'DESC',
    				'post_type'       => 'event',
    				'post_status'     => 'publish',
    				'posts_per_page' =>-1,
    				);
    				$temp = $wp_query;
    				$wp_query= null;
    				$wp_query = new WP_Query($params);
    				var_dump($wp_query);
    
    				?>

    Please can you guide me .. also how can i get custom fields for event ?

    Thank you

    http://wordpress.org/plugins/events-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom event Details Page’ is closed to new replies.