Hi
I have done a temple page (links.php) in my theme. I do not how display it? I can only see it in admin > apearence > editor. I want that I can have it in my menu
Now create a new Page, leave it blank apart from the title, apply the new template and publish the Page.
I have only default template in drop-down
Then you didn’t create your new custom Page template correctly.
I have done this one
<?php
/*
Template Name:linkspage
get_header();
<div class=”clearfloat stripes”>
*/
?>
<?php wp_list_bookmarks(); ?>
Re-read the page on custom page templates.
<?php
/*
Template Name:linkspage
*/
get_header();
<div class="clearfloat stripes">
wp_list_bookmarks(); ?>