Links and Archives Pages wont display!?
-
I can’t get my Links and Archives pages to display!
https://www.eruanna.net/archives
<?php /* Template Name: Archives */ ?> <?php get_header(); ?> <div class="title"><?php the_title(''); ?></div> <div class="post"> <?php wp_get_archives(''); ?> <?php edit_post_link('Edit this entry.', '', ''); ?> </div> <?php get_footer(); ?>
<?php /* Template Name: Links */ ?> <?php get_header(); ?> <div class="title"><?php the_title(''); ?></div> <div class="post"> <ul> <?php get_links_list(); ?> </ul> <?php edit_post_link('Edit this entry.', '', ''); ?> </div> <?php get_footer(); ?>
Do you have any idea why this is!?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Links and Archives Pages wont display!?’ is closed to new replies.