HEX
Server: LiteSpeed
System: Linux server019.our-control-panel.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: aashishs (1103)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/footer.php
	    <footer class="ftco-footer ftco-bg-dark ftco-section">
	      <div class="container px-md-5">
	        <div class="row mb-5">
	          <div class="col-md">
	            <div class="ftco-footer-widget mb-4 ml-md-4">
	              <h2 class="ftco-heading-2">MY Involvement </h2>
	              <ul class="list-unstyled categories">

				  	<?php
						$args = array(  
							'post_type' => 'involvement',
							'post_status' => 'publish',
							'posts_per_page' => 6 , 
						
						);
						$loop = new WP_Query( $args ); 
					?>

					<?php
						while ( $loop->have_posts() ) : $loop->the_post();
					?>
					  	<li><a target="_blank" href="<?php echo get_post_permalink() ?>"> <?php print the_title();  ?></a></li>						  
					<?php            
						endwhile;            
						wp_reset_postdata();            
            		?>

	              </ul>
	            </div>
	          </div>
	          <div class="col-md">
	             <div class="ftco-footer-widget mb-4">
	              <h2 class="ftco-heading-2">Recent Articles</h2>
	              <ul class="list-unstyled categories">
 					<?php
                            $paged = ( get_query_var( 'paged' ) );
                            $args = array(
                                'post_type' => 'post',
                                'post_status' => 'publish',
                                'posts_per_page' => 3 , 
                            
                            );
                            $loop = new WP_Query( $args );     
						?>
						<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
						<li><a href="<?php echo get_permalink() ?>"> <?php echo the_title();  ?></a></li>
						<?php  
                                endwhile;
                                wp_reset_postdata();  
                            ?>
	              </ul>
	            </div>
	          </div>
	          <div class="col-md">
	            <div class="ftco-footer-widget mb-4">
	            	<h2 class="ftco-heading-2">Have a Question?</h2>
	            	<div class="block-23 mb-3">
		              <ul>
						<?php if(get_theme_mod('nm-portfolio-address')) { ?>
						<li><span class="icon icon-map-marker"></span><span class="text"><?php echo get_theme_mod('nm-portfolio-address') ?></span></li>
							<?php } if(get_theme_mod('nm-portfolio-address-2')) { ?>
						<li><span class="icon icon-map-marker"></span><span class="text"><?php echo get_theme_mod('nm-portfolio-address-2') ?></span></li>

						<?php } if(get_theme_mod('nm-portfolio-phone')) { ?>
						<li><a href="#"><span class="icon icon-phone"></span><span class="text"><?php echo get_theme_mod('nm-portfolio-phone') ?></span></a></li>
						<?php } ?>
						<?php if(get_theme_mod('nm-portfolio-phone-2')) { ?>
							<li><a href="#"><span class="icon icon-phone"></span><span class="text"><?php echo get_theme_mod('nm-portfolio-phone-2') ?></span></a></li>
						<?php } ?>
						<?php if(get_theme_mod('nm-portfolio-email')) { ?>
		                <li><a href="#"><span class="icon icon-envelope"></span><span class="text"><?php echo get_theme_mod('nm-portfolio-email') ?></span></a></li>
						<?php } ?>
		              </ul>
					  <hr style="background-color:#FFF;">
					  <ul>
					  <li>
								<span> <a target="_blank" href="<?php echo get_theme_mod('nm-portfolio-twitter') ?>"><span class="icon icon-twitter"></span></a></span>
								<span><a target="_blank" href="<?php echo get_theme_mod('nm-portfolio-facebook') ?>"><span class="icon icon-facebook"></span></a></span>
								<span><a target="_blank" href="<?php echo get_theme_mod('nm-portfolio-instagram') ?>"><span class="icon icon-instagram"></span></a></span>
								<span><a target="_blank" href="<?php echo get_theme_mod('nm-portfolio-linkedin') ?>"><span class="icon icon-linkedin"></span></a></span>
								<span><a target="_blank" href="<?php echo get_theme_mod('nm-portfolio-youtube') ?>"><span class="icon icon-youtube"></span></a></span>
						</li>
					  </ul>
					  
		            </div>
	            </div>
	          </div>
	        </div>
			 <hr style="background-color:#FFF;">
	        <div class="row">
	          <div class="col-md-12">
	            	<p>
						<span>Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved <?php bloginfo( 'name' ); ?></span> 
						<span class="float-right"> Designed & Developed By <a href="<?php echo esc_url( __( 'https://nextmorse.com/', 'nm_portfolio' ) ); ?>" target="_blank"><?php _e( 'Nextmorse Technologies Pvt. Ltd.', 'nm_portfolio' ); ?></a></span>						
	  				</p>
	          </div>
	        </div>
	      </div>
	    </footer>
		</div><!-- END MAIN -->
	</div><!-- END PAGE -->

  <!-- loader -->
  <div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>


		<?php wp_footer(); ?>

    
  </body>
</html>