• caraashlee

    (@caraashlee)


    hi, I can’t seem to get my entries to show up on my webpage this is what I have, can anyone help?

    <?php get_header(); ?>

    <div align=”center”>
    <table cellspacing=”0″ cellpadding=”0″ width=”590″>
    <tr><td width=”400″>

    <div class=”post”>
    <h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
    <small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>

    <div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?>
    <p align=”center” class=”text”><?php posts_nav_link(”,”,’« Previous Entries’) ?></td>
    <td width=”190″><?php get_sidebar(); ?></td></tr></table>

    <?php get_footer(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Lorelle

    (@lorelle)

    1. You have the information in a table. Hisssssssssss! Not acceptable use of web page design. Tables are for data, not design. Just for your information.

    2. The WordPress Loop, php code that calls the posts from the database, is missing.

    Fix? Start with a Theme that matches a look close to what you want and modify that since it will have all the PHP code in it in the right places. If you want to do this from scratch, do your layout in your style.css and get it out of tables.

    Thats a copy/paste of some other posts

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

The topic ‘Not displaying Entries’ is closed to new replies.