HEX
Server: Apache
System: Linux p102.lithium.hosting 4.18.0-553.141.1.el8_10.x86_64 #1 SMP Fri Jul 10 17:48:02 UTC 2026 x86_64
User: bvzmoamr (9955)
PHP: 8.1.34
Disabled: syslog
Upload Files
File: /var/www/html/wp-content/themes/bch-child/home.php
<?php



add_action( 'genesis_meta', 'outreach_home_genesis_meta' );

/**

 * Add widget support for homepage. If no widgets active, display the default loop.

 *

 */

function outreach_home_genesis_meta() {



	if ( is_active_sidebar( 'home-featured' ) || is_active_sidebar( 'home-1' ) || is_active_sidebar( 'home-2' ) || is_active_sidebar( 'home-3' ) || is_active_sidebar( 'home-4' ) ) {



		remove_action( 'genesis_loop', 'genesis_do_loop' );

		add_action( 'genesis_loop', 'outreach_home_featured' );

		add_action( 'genesis_before_footer', 'outreach_home_sections', 3 );

		add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

		add_filter( 'body_class', 'add_body_class' );



		function add_body_class( $classes ) {

   			$classes[] = 'outreach';

  			return $classes;

		}



	}

}



function outreach_home_featured() {



	if ( is_active_sidebar( 'home-featured' ) ) {

	   genesis_widget_area( 'home-featured', array(

	       'before' => '<div class="home-featured widget-area">'

	   ) );

	}



}



function outreach_home_sections() {



	if ( is_active_sidebar( 'home-1' ) || is_active_sidebar( 'home-2' ) || is_active_sidebar( 'home-3' ) || is_active_sidebar( 'home-4' ) ) {
		echo '
			<!-- <div id="payment-cta"><div class="wrap"><a href="http://bchconsulting.net/online-payment/" target="_blank">Making a payment is fast and secure. Click here to experience our new online payment system. </a></div></div>
			<div id="payment-cta"><div class="wrap"><a href="http://bchconsulting.net/client-portal/" target="_blank">Sending a document is fast and secure. Click here to experience our Client Portal first hand. </a></div></div>-->
			<div id="payment-cta"><div class="wrap"><a href="/bch-free-consultation/" target="_blank">BCH Consulting, Inc. is a full-service Certified Public Accounting firm.</a></div></div>
			<div id="home-sections"><div class="wrap">';

		   genesis_widget_area( 'home-1', array(
		       'before' => '<div class="home-1 widget-area">',
		   ) );

		   genesis_widget_area( 'home-2', array(
		       'before' => '<div class="home-2 widget-area">',
		   ) );

		   genesis_widget_area( 'home-3', array(
		       'before' => '<div class="home-3 widget-area">',
		   ) );

		   genesis_widget_area( 'home-4', array(
		       'before' => '<div class="home-4 widget-area">',
		   ) );
   echo '<p style="clear:both;"> </p>
	 <h3>Top Rated Accounting Services - 5 Stars Over 50 Reviews</h3>
	 <blockquote><strong>Thank you, BCH!!</strong> At BCH Consulting, the licensed CPAs and tax professionals understand the value of developing and maintaining strong relationships with their clients. With over 100 years in combined experience in the tax field, tax planning and preparation is available to both businesses and individuals. Our staff’s understanding of the complicated and ever changing tax laws provide the ability to work with individuals and businesses alike, covering multiple states and any level of income.</blockquote>
	 <cite>Maddie H.</cite>
	 <hr style="clear:both">
	 <blockquote><strong>Awesome Service!</strong> Mr.Hill and his team of accountants saved me over $250,000 in federal taxes and over $50,000 in state taxes. From our initial consultation, Mr. Hill was honest and up front about what I could expect. He told me what he could do, what he couldn\'t do and what he would try to do on my behalf.</blockquote>
	 <cite>JEO</cite>
	 <hr style="clear:both">
	 <h3>Professional Tax Preparation Services</h3><p>At BCH Consulting, the licensed CPAs and tax professionals understand the value of developing and maintaining strong relationships with their clients. With over 100 years in combined experience in the tax field, tax planning and preparation is available to both businesses and individuals. Our staff’s understanding of the complicated and ever changing tax laws provide the ability to work with individuals and businesses alike, covering multiple states and any level of income.</p>
	 <a href="https://bchconsulting.net/tax-preparation-services/">All Our Tax Services</a><p> </p>
	 <h3>Expert Accounting Services</h3><p>When faced with the numerous tasks of operating a small business proper bookkeeping and accounting often becomes and after thought. When done properly, accurate financial records provide the information needed to ensure the success of your small business. With over 100 years in the tax field and experience owning and operating businesses, the licensed professionals at BCH Consulting, Inc. understand how to run a business, and can ensure that your business operate effectively and reach its financial potential. With your firm’s accounting needs being handled properly, the time and money you save will allow you to plan for a successful future.</p>
	 <a href="https://bchconsulting.net/accounting-services/">All Our Accounting Services</a>
   <br /><br />
	 <div id="payment-cta"><div class="wrap"><a href="https://www.trustlink.org/Reviews/Professional-Tax-Resolution-206077467?AspxAutoDetectCookieSupport=1" target="_blank">Just a Few of Our Satisfied Customers</a></div></div>


	 ';
   echo do_shortcode( '[rev_slider alias="slider-1"][/rev_slider]' );
	 echo '</div><!-- end .wrap --></div><!-- end #home-sections -->';
	}
}
genesis();