changes
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
$ad = new WP_Query($args);
|
||||
while($ad->have_posts()): $ad->the_post();
|
||||
?>
|
||||
<div class="col-md-9 col-lg-9">
|
||||
<div class="col-md-12 col-lg-9">
|
||||
<ul class="social-icon-one text-center">
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-main">
|
||||
<div class="container">
|
||||
<div class="footer-container">
|
||||
<div class="row">
|
||||
<?php
|
||||
$args = array(
|
||||
@ -92,7 +92,7 @@
|
||||
$address = new WP_Query($args);
|
||||
while($address->have_posts()): $address->the_post();
|
||||
?>
|
||||
<div class="col-md-3 col-sm-12 footer-widget">
|
||||
<div style= "text-align: center;"class="col-md-4 col-sm-12 footer-widget" >
|
||||
<div class="footer-contact-title">
|
||||
<h3><?php echo get_field('organization_name');?></h3>
|
||||
|
||||
@ -114,29 +114,9 @@
|
||||
|
||||
</div><!-- Col end -->
|
||||
<?php endwhile;?>
|
||||
<div class="col-md-3 col-sm-12 footer-widget footer ">
|
||||
<h3 class="widget-title">अर्थसंजाल टीम</h3>
|
||||
<?php
|
||||
$args = array(
|
||||
'post_type' => 'team-member',
|
||||
// 'posts_per_page' => 2,
|
||||
// 'order' => 'ASC',
|
||||
|
||||
);
|
||||
$apteam = new WP_Query($args);
|
||||
while($apteam->have_posts()): $apteam->the_post();
|
||||
?>
|
||||
<div class="txtbox">
|
||||
<h4><?php echo get_field('post');?></h4>
|
||||
<span class="txt1"><?php the_title();?></span>
|
||||
</div>
|
||||
<?php endwhile;?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 col-sm-12 footer-widget widget-categories">
|
||||
<h3 class="widget-title">वेबसाइट नेभिगेशन</h3>
|
||||
|
||||
<div style= "text-align: center;" class="col-md-4 col-sm-12 footer-widget widget-categories">
|
||||
<h3 class="widget-title">Website Navigation</h3>
|
||||
|
||||
<?php
|
||||
|
||||
@ -162,32 +142,11 @@
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
$defaults = array(
|
||||
'theme_location' => 'footer-mid',
|
||||
'menu' => '',
|
||||
'container' => '',
|
||||
'container_class' => '',
|
||||
'container_id' => '',
|
||||
'menu_class' => '',
|
||||
'menu_id' => '',
|
||||
'echo' => true,
|
||||
'fallback_cb' => 'wp_page_menu',
|
||||
|
||||
'items_wrap' => '<ul id="%1$s" class="rightcol">%3$s</ul>',
|
||||
'depth' => 0,
|
||||
'walker' => new wp_bootstrap_navwalker()
|
||||
|
||||
);
|
||||
|
||||
wp_nav_menu( $defaults );
|
||||
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 col-sm-12 footer-widget widget-categories">
|
||||
<h3 class="widget-title">नेभिगेशन</h3>
|
||||
<div style= "text-align: center;" class="col-md-4 col-sm-12 footer-widget widget-categories">
|
||||
<h3 class="widget-title">Popular Posts</h3>
|
||||
<?php
|
||||
|
||||
$defaults = array(
|
||||
|
Reference in New Issue
Block a user