the
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help required for template editing.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 »'); ?>
</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('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?>
<?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>Forum: Fixing WordPress
In reply to: Search engines indexing wrong URLNo luck trying this. These URL’s aren’t on my website at all so where are the crawlers/bots finding them?
Forum: Fixing WordPress
In reply to: Search engines indexing wrong URLThanks for the reply, I will try that.
Forum: Fixing WordPress
In reply to: Search engines indexing wrong URLI 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?