Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome, Safari or Firefox browser.
'impressjsstep',
'post_status' => array('publish', 'draft'),
'posts_per_page' => -1,
'meta_key' => 'impressjs_sequencenumber',
'orderby' => 'meta_value_num',
'order' => 'ASC'
); } else {
$args=array(
'post_type' => 'impressjsstep',
'post_status' => array('publish'),
'posts_per_page' => -1,
'meta_key' => 'impressjs_sequencenumber',
'orderby' => 'meta_value_num',
'order' => 'ASC'
);
};
query_posts( $args );
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
>
DRAFT
We are working on an impressive 3D presentation here.
Stay tuned.