Showing option when page is frontpage
Try if ( ‘page’ == get_option( ‘show_on_front’ ) ) {}. Edit but I’ve tried adding and replacing <?php endwhile; endif; elseif (is_home()): ?> with both of your code. Could you perhaps include your snippet with mine? I’m not sure why you would do that. I was specifically answering this question: But what if a page … Read more