Make Static links using permalink Posted on November 27, 2012 by Anoop Saini <?php echo get_permalink(18);?> Permalink using page Slug <?php echo get_permalink( get_page_by_path( ‘about’ ) ); ?> Rate this: Related