Bỏ qua cache css trên wordpress
23/07/2024
19/01/2023 - 166
<!-- Get post News Query --> <?php $getposts = new WP_query(); $getposts->query('post_status=publish&showposts=10&post_type=post&cat=1'); ?> <?php global $wp_query; $wp_query->in_the_loop = true; ?> <?php while ($getposts->have_posts()) : $getposts->the_post(); ?> <?php endwhile; wp_reset_postdata(); ?> <!-- Get post News Query -->