Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tommmeeee

    (@tommmeeee)

    It’s in the root directory.

    Thread Starter tommmeeee

    (@tommmeeee)

    I did’t have a .htaccess in there at all before, so I created a blank one. Is that right?

    As for the first problem, well I’ll play with it some more..

    Thread Starter tommmeeee

    (@tommmeeee)

    Also, I think I have problems with .htaccess… I just created the file, but it’s empty. What should it contain? My archives are “unavailable”.

    Thread Starter tommmeeee

    (@tommmeeee)

    My “page.php” file looks like this:

    <?php get_header(); ?>
    <div id=”wrapper”>
    <div id=”content”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2><?php the_title(); ?></h2>
    <div class=”entrytext”>
    <?php the_content(‘<p class=”serif”>Read the rest of this page »’); ?>

    <?php link_pages(‘Pages: ‘, ”, ‘number’); ?>

    </div>
    </div>
    <?php endwhile; endif; ?>
    <?php edit_post_link(‘Edit this entry.’, ”, ”); ?>
    </div>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    </div>

    Is that okay, because the other files (sidebar/header) are fine..

Viewing 4 replies - 1 through 4 (of 4 total)