Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

comment

<?php if ( ! is_front_page() ): ?>
		<div class="entry-header inner-page-banner-bg" style="background-image: url('<?php // echo inner_page_banner_bg();?>');">
			<div>
				<div class="top-title">
					<h1 class="heading-1" itemprop="headline"><?php the_title(); ?>
						<?php if( get_field('ad_banner_btn_name') ): ?><a href="<?php echo $ad_banner_btn_link['url']; ?>" class="btn btn-2"><?php the_field('ad_banner_btn_name'); ?></a><?php endif; ?>
					</h1>

				</div>
			</div>
		</div>
	
	<?php endif; ?>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.