【WordPress】よく使う分岐 ※更新中
使ったものから随時更新・追加していきます。
カスタム投稿
single.php内での分岐に使った。
参考:
https://irec.jp/wordpress/custom-post-type/custom-post-conditional-branching/
https://qiita.com/ymeeto/items/191aaa7b706ffc9cdbdb
<?php if (get_post_type() === 'event'): ?> <div class