<?php
$query = new WP_Query(
array(
'category__in' => array(25,26),
'posts_per_page' => 1,
'post_type' => 'post',
'order'=>'DESC'
)
);
if ( $query->have_posts() ) {
while ( $query->have_posts() ) {
$query->the_post();
?>
<div class="next">
<figure class="cap-figure m-b-20">
<?php the_post_thumbnail('test'); ?>
<!-- <p class="artha-postion bg-blue"><?php echo get_cat_name(26); ?></p> -->
</figure>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
</div>
<?php } } wp_reset_query(); ?>
Subscribe to:
Post Comments (Atom)
Featured Post
Make money online
https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A
Popular Posts
-
DALCHOKI AS "BHEDETAAR" OF KATHMANDU Dalchoki is a village development committee in Lalitpur District in the Bagmati Zone of Ce...
No comments:
Post a Comment