カスタムフィールドのチェックボックスにチェックが入っている投稿は非表示
<?php // カスタムフィールドのチェックボックスにチェックが入っている投稿は非表示 $custom_fields = get_post_meta( $post->ID , 'hoge' , true ); if(empty( $custom_fields ) === true) :?> <?php endif; ?>