コード例 #1
0
ファイル: page-home.php プロジェクト: gecugamo/customledgers
    }
    ?>
                        </ul>
                    </div>
                </div>
            <?php 
}
?>
        </div>
    </div>
</section>
<!-- /Services -->

<!-- Contact -->
<section id="contact" style="background-image: url('<?php 
the_img_attr(get_field('contact_background_image'), 'src', 'bg_lg');
?>
');">
    <div class="mask layout">
        <div class="container">
            <h6 class="section-label">Contact</h6>
            <h2 class="section-heading"><?php 
the_field('contact_heading');
?>
</h2>
            <div class="section-divider"></div>
            <div class="row">
                <div class="col-md-4">
                    <p class="section-intro"><?php 
the_field('contact_intro');
?>
コード例 #2
0
ファイル: footer.php プロジェクト: gecugamo/customledgers
    ?>
                            <ul class="footer-certifications">
                            <?php 
    while (have_rows('certifications', 'options')) {
        the_row();
        ?>
                                <li>
                                    <a href="<?php 
        the_sub_field('link');
        ?>
" target="_blank">
                                        <img src="<?php 
        the_img_attr(get_sub_field('image'), 'src');
        ?>
" alt="<?php 
        the_img_attr(get_sub_field('image'), 'alt');
        ?>
">
                                    </a>
                                </li>
                            <?php 
    }
    ?>
                            </ul>
                        <?php 
}
?>
                    </div>
                </div>
            </div>
            <div class="container">
コード例 #3
0
ファイル: header.php プロジェクト: gecugamo/customledgers
the_field('email_address', 'options');
?>
"><?php 
the_field('email_address', 'options');
?>
</a></li>
					</ul>
				</div>
			</div>
			<div class="nav-bottom">
				<div class="container">
					<a href="<?php 
echo is_front_page() ? '#top' : esc_url(home_url());
?>
"><img class="nav-logo" src="<?php 
the_img_attr(get_field('logo', 'options'), 'src', 'large');
?>
" alt="<?php 
the_img_attr(get_field('logo', 'options'), 'alt');
?>
" /></a>
					<?php 
if (is_front_page()) {
    $args = array('theme_location' => 'header-primary-nav', 'container' => false, 'menu_class' => 'nav-bottom-links');
    wp_nav_menu($args);
}
?>
	
				</div>
			</div>
		</nav>