narchives included in index?
-
I wanted to avoid having to update narchives every time I changed something in the menu, etc., so I decided to try and include it in the index page. I got all the rewrite done and stripped the menu, etc. from narchives but how do I overcome the posts_per_page set in the blog-header? My regular page shows 5 posts and ’tis all narchives will show when included.
To further clarify, I have at the top of my index page:
<?php
$narchives = $_GET['narchives'];
if ($narchives == 1) {include('narchives.php');} else { ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘narchives included in index?’ is closed to new replies.