Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • The <br /> tag works just fine when I try it.

    Try it after the closing </div> of the post div. It should be the end of line 21 in index.php

    <?php get_header(); ?>
    <?php get_sidebar();?>
    <?php if (have_posts()) : ?>

    <div id="body">
    <div class="blockDistinct">

    <?php while (have_posts()) : the_post(); ?>

    <div class="post" id="post-<?php the_ID(); ?>">
    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
    <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>

    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>

    <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    </div>

    <?php comments_template(); ?>
    <?php endwhile; ?>

    <p align="center"><?php next_posts_link('&laquo; Previous Entries') ?> &nbsp; <?php previous_posts_link('Next Entries &raquo;') ?>

    <?php else : ?>
    <h2 align="center">Not Found</h2>
    <p align="center">Sorry, but you are looking for something that isn't here.

    <?php endif; ?>

    </div>
    </div>
    <div id="footer" title="Stopka">
    <?php get_footer(); ?>
    </div>
    </div>

    Thread Starter the

    (@malloyoy)

    No luck trying this. These URL’s aren’t on my website at all so where are the crawlers/bots finding them?

    Thread Starter the

    (@malloyoy)

    Thanks for the reply, I will try that.

    Thread Starter the

    (@malloyoy)

    I don’t mean to be annonying, I just don’t want this to be buried.

    Does anyone have any ideas what the problem could be?

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