removing two unecessary space lines
This commit is contained in:
parent
f51aef5c8e
commit
f238088767
|
|
@ -13,11 +13,9 @@ $args = array(
|
||||||
"post_type" => "post",
|
"post_type" => "post",
|
||||||
"status" => "publish",
|
"status" => "publish",
|
||||||
"posts_per_page" => $post_per_page,
|
"posts_per_page" => $post_per_page,
|
||||||
|
|
||||||
);
|
);
|
||||||
$posts = new WP_Query($args);
|
$posts = new WP_Query($args);
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="template-archives template-archives--news">
|
<div class="template-archives template-archives--news">
|
||||||
<?php /* --------
|
<?php /* --------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user