Links page
-
Hi.
I’ve got a links page that runs:
<?php
/*
Template Name: Links
*/
?><?php get_header(); ?>
<div id=”bloque”>
<div id=”noticias”>
<div class=”entrada”>
<h2>Links:</h2>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ”); ?>
</div>
</div>
<?php get_footer(); ?>and I want to make a link from the header.php to it.
Hoy should i do it? If I do a complete path I get a 404 error Not Found.
And the links.php exists in my theme folder.Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Links page’ is closed to new replies.