Adding a Menu or Page url by ID

Description

The code below will get the URL of a menu or page URL by id. Change 88 to the desired number of the page

PHP Source Code

                        
                          <?php echo esc_url( get_permalink(88) ); ?>                        
                        


Post Categories