The MU forums have moved to WordPress.org

Create Static Page (8 posts)

  1. emdee90
    Member
    Posted 17 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

  2. emdee90
    Member
    Posted 17 years ago #

    Buehler, Buehler? :)

  3. andrewbillits
    Member
    Posted 17 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.

  4. emdee90
    Member
    Posted 17 years ago #

    Thanks, I'll have a go! ;0)

  5. emdee90
    Member
    Posted 17 years ago #

    Didn't work!

  6. emdee90
    Member
    Posted 17 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.

  7. abhic
    Member
    Posted 17 years ago #

    where are you seeing this page template list? I am running WPMU 1.0 and it isnt there.

  8. andrea_r
    Moderator
    Posted 17 years ago #

    When you are in the Write Page area, it's in one of the drop-dowm menu thingys on the right.

About this Topic

  • Started 17 years ago by emdee90
  • Latest reply from andrea_r