About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Restoration
11/11/2016 - 12:04 PM
share
Share
add_circle_outline
Save
ページ指定の条件分岐
ページ指定の条件分岐
page.php
content_copy
file_download
<?php if( is_page('')) : ?> <?php elseif(is_page('')): ?> <?php else : ?> <?php endif; ?>
clear