Need to add this code on whois file

Posted in: Newspaper
Post count: 2

<?php
$featured_posts = new WP_Query( ‘cat=37&posts_per_page=1’ );
if($featured_posts->have_posts()){ ?>
<div class=”post-holder”>
<div class=”container”>
<?php
while($featured_posts->have_posts()){
$featured_posts->the_post();
?>
<div class=”post-item”>
<h2>
“><?php the_title(); ?>
</h2>

</div>
<?php } wp_reset_postdata();
?>
</div>
</div>
<?php }

?>

Post count: 18283

Hello !

For this matter you will have to contact your hosting team in order to help you in this matter.

Thank you !

Post count: 2

thank you sir

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.