This commit is contained in:
Manish
2024-04-11 13:18:08 +05:45
parent b77f106922
commit dcdc8ea781
18 changed files with 425 additions and 195 deletions

View File

@ -9,7 +9,7 @@
</div>
<div class="content-blocks">
<div class="row">
<?php $the_query = catagorydatabyid(43, 2); ?>
<?php $the_query = catagorydatabyid(1, 3); ?>
<?php if ($the_query->have_posts()) : ?>
<?php while ($the_query->have_posts()) : $the_query->the_post(); ?>
<div class="nbo-st col-lg-6 col-md-6 col-sm-6 col-xs-12">
@ -33,7 +33,7 @@
<?php endif; ?>
</div>
<div class="row">
<?php listingnews(43, 3, 2, ''); ?>
<?php listingnews(1, 3, 2, ''); ?>
</div>
</div>
</div>