emdee90
Member
Posted 18 years ago #
I would like to create a static HTML page which includes the list-all plugin to show a directory of all creates blogs.
How do I modify mod_rewrite to allow me to create a static html page, or is a modification to mod_rewrite even necessary?
Thanks-
Doug Taylor
emdee90
Member
Posted 18 years ago #
1)create a new php file within you theme directory and put this in it:
<?php
/*
Template Name: Static list all
*/
?>
<?php get_header(); ?>
<?php LIST-ALL CODE GOES HERE ?>
<?php get_footer(); ?>
2) got to the admin panel and create a page with whatever name you would like.
3) before saving the page select the template "static list all" from the drop down box to the right.
emdee90
Member
Posted 18 years ago #
Thanks, I'll have a go! ;0)
emdee90
Member
Posted 18 years ago #
emdee90
Member
Posted 18 years ago #
Yet again, I found my problem. Whenever I create a new page and the 'draft' button is selected, it creates an error in the 'preview' windows and defaults to the 'WPMU setup page'. If I select 'publish', the error isn't there and it displays correctly.
where are you seeing this page template list? I am running WPMU 1.0 and it isnt there.
When you are in the Write Page area, it's in one of the drop-dowm menu thingys on the right.