Forums

[resolved] Erm? Help (3 posts)

  1. art42
    Member
    Posted 1 year ago #

    This is my index.php.

    I have created a simple css template which I am trying to populate with wordpress functions however i am getting this error.

    Can you see what is up.

    <?php get_header();?>

    <div id=main>
    <div id=welcome>

    </div>

    <div id=post_box>
    <?php if (have_posts()) ?>
    <?php while (have_posts()) : the_post(); ?>
    </div>

    <div id=news></div>
    <?php get_sidebar();?>
    </div>

    <?php get_footer();?>

    If you can help I would be very grateful.

    Art

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    what error?

    what css?

  3. art42
    Member
    Posted 1 year ago #

    I solved it

Topic Closed

This topic has been closed to new replies.

About this Topic