Informations
This code get the front-page ID. To define a page as front-page, it’s in settings > read.
Code
                    <?php echo get_option(‘page_on_front’); ?>
                
                
            This code get the front-page ID. To define a page as front-page, it’s in settings > read.
                    <?php echo get_option(‘page_on_front’); ?>