コード例 #1
0
			<?php 
    $string = fundify_theme_mod('hero_text');
    $lines = explode("\n", $string);
    ?>
			<span><?php 
    echo implode('</span><br /><span>', $lines);
    ?>
</span>
		</h1>
		<!-- / container -->
	</div>
	<?php 
} else {
    ?>
		<?php 
    echo do_shortcode(fundify_theme_mod('hero_slider'));
    ?>
	<?php 
}
?>

	<div id="content">
		<div class="container">
			
			<?php 
locate_template(array('searchform-campaign.php'), true);
?>
			<?php 
locate_template(array('content-campaign-sort.php'), true);
?>
コード例 #2
0
ファイル: footer.php プロジェクト: ajeremias/fundify-child
					<li><?php 
    printf(__('<strong>%s</strong> Funded', 'fundify'), edd_currency_filter(edd_format_amount(edd_get_total_earnings())));
    ?>
</li>
				</ul>
				<?php 
}
?>

				<div class="copy">
					<a href="<?php 
echo home_url();
?>
">
						<img src="<?php 
echo esc_url(fundify_theme_mod('footer_logo_image'));
?>
" alt="<?php 
echo esc_attr(get_bloginfo('name'));
?>
" class="footer-logo">
					</a>
					<p><?php 
printf(__('Copyleft:  %s, %s', 'fundify'), get_bloginfo('name'), date('Y'));
//bumbum: tocat l'string original 'copyright'
?>
</p>
				</div>
			</div>
		</div>
		<!-- / container -->