Single v1

-commentaires cachés
-settings
-3 lightbox
-enqueue js et css
This commit is contained in:
2017-01-16 06:32:13 +01:00
parent 1fa1f61d0e
commit 6df0f90b09
68 changed files with 3312 additions and 402 deletions

View File

@@ -58,11 +58,11 @@ if ( $the_query->have_posts() ) :
'post_type' => 'post',
'posts_per_page' => 7,
'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1),
'ignore_sticky_posts' => true
/*
'ignore_sticky_posts' => true,
/**/
'meta_key' => 'ex_show_in_homepage',
'meta_value' => 'yes',
*/
'meta_value' => 'yes'
);
$blog = new WP_Query( $blog_args );
if ( $blog->have_posts() ) :