Fix indentation
This commit is contained in:
parent
d708a1c47d
commit
6b8b100f6a
1 changed files with 8 additions and 8 deletions
|
@ -4,11 +4,11 @@
|
|||
<div class="col-sm-12">
|
||||
|
||||
<?php
|
||||
$args = array(
|
||||
'post_type' => 'my-custom-post',
|
||||
'orderby' => 'menu_order',
|
||||
'order' => 'ASC'
|
||||
);
|
||||
$args = array(
|
||||
'post_type' => 'my-custom-post',
|
||||
'orderby' => 'menu_order',
|
||||
'order' => 'ASC'
|
||||
);
|
||||
$custom_query = new WP_Query( $args );
|
||||
while ($custom_query->have_posts()) : $custom_query->the_post(); ?>
|
||||
|
||||
|
@ -18,7 +18,7 @@ $args = array(
|
|||
</div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
</div> <!-- /.col -->
|
||||
</div> <!-- /.row -->
|
||||
|
||||
</div> <!-- /.col -->
|
||||
</div> <!-- /.row -->
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue