<?php if (get_page_by_path("post1", OBJECT, "post")->ID == get_the_ID()) { ?>
Блок
<?php } ?>
<?php if (get_page_by_path("post1, post2", OBJECT, "post")->ID == get_the_ID()) { ?>
Блок
<?php } ?>
<?php if (get_page_by_path("'post1', 'post2'", OBJECT, "post")->ID == get_the_ID()) { ?>
Блок
<?php } ?>