File "footer.php"

Full Path: /home/vantageo/public_html/wp-content-20240915120940/themes/vantageone/footer.php
File size: 1.89 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package vantageone
 */

?>





	<footer id="colophon" class="site-footer">

	<div class="footer-red row">

		<div class="container">

			<div class="m-auto col-12 col-sm-12 col-md-3 col-lg-3 float-left">
				<?php echo get_post_field('post_content', 415); ?>
			</div>

			<div class="m-auto col-12 col-sm-12 col-md-3 col-lg-3 float-left">
				<?php echo get_post_field('post_content', 417); ?>
			</div>		

			<div class="m-auto col-12 col-sm-12 col-md-3 col-lg-3 float-left">
				<?php echo get_post_field('post_content', 419); ?>
			</div>	

			<div class="m-auto col-12 col-sm-12 col-md-3 col-lg-3 float-left">
				<?php echo get_post_field('post_content', 421); ?>
			</div>

		</div>		

	</div>		


		<div class="site-info container">


				<div class="sitecreditscontainer">

					<div class="container">

						<!-- <div class='companycredits'>© Vantage One Rentals <?php echo date("Y"); ?> </div> -->
						<!-- <div class='sitecredits'> </div> -->

					</div>

				</div>




			<!-- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'vantageone' ) ); ?>"> -->
				<?php
				/* translators: %s: CMS name, i.e. WordPress. */
				#printf( esc_html__( 'Proudly powered by %s', 'vantageone' ), 'WordPress' );
				?>
			<!-- </a> -->
			<!-- <span class="sep"> | </span> -->
				<?php
				/* translators: 1: Theme name, 2: Theme author. */
				#printf( esc_html__( 'Theme: %1$s by %2$s.', 'vantageone' ), 'vantageone', '<a href="http://underscores.me/">Underscores.me</a>' );
				?>
		</div><!-- .site-info -->

						<div class='companycredits'>© Vantage One Rentals <?php echo date("Y"); ?> </div>

		
	</footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>

</body>
</html>