changes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user