< a href="<?php echo get_page_link( get_page_by_title( PAGE_NAME )->ID ); ?>">Link Title</a >
PAGE_NAME is replaced by the name you gave to the page you created.
< a href="<?php echo get_page_link( get_page_by_title( PAGE_NAME )->ID ); ?>">Link Title</a >
PAGE_NAME is replaced by the name you gave to the page you created.
Leave a Reply