get_permalink by template name?
-
Hi,
Is it possible to wordpress get_permalink for a special template page?
Simple, by slug: “www……com/map”
<a href="<?php echo get_page_link('map'); ?>"> Map </a>
i need,
<a href="<?php echo get_page_link('Newpage'); ?>"> Free </a>
to
<?php /* Template Name: Newpage */ ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_permalink by template name?’ is closed to new replies.