Forum Replies Created

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

    (@spikedog)

    Thank you Moshu,

    I think that was the problem. I removed the maps and rebuilt them using a plugin and everything seems fine.

    Thank you very much for your help everyone!

    Thread Starter spikedog

    (@spikedog)

    Ah OK I think I have found the problem.

    It seems that the google maps link I had in the post after the more tag was causing the problem.

    However this then leads me to ask if anyone has any idea as to why this would be causing a problem? And am I am able to post googlemaps in wordpress without them causing errors.

    Thread Starter spikedog

    (@spikedog)

    Hi there Chrisber,

    Thanks for replying to my problem. However having had a look at my single.php file it does appear to be calling the sidebar and while looking I found that in fact it is not pulling the footer as well as the sidebar.

    Here is what is contained in my single.php:

    <?php get_header();?>
    <div id="main">
    	<div id="content">
    	    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    	        <div class="post" id="post-<?php the_ID(); ?>">
                <p class="date">
                <span class="month">
                  <?php the_time('M') ?>
                </span>
                <span class="day">
                  <?php the_time('d') ?>
                </span>
                <span class="year">
                  <?php the_time('Y') ?>
                </span>
              </p>
                <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
                <div class="meta">
    				      <p>Published by <?php the_author_posts_link() ?> at <?php the_time();?> under <?php the_category(',') ?> <?php edit_post_link(); ?></p>
    			      </div>
    			      <div class="entry">
                  <?php the_content(__('Continue Reading »')); ?>
                  <?php wp_link_pages(); ?>
          			</div>
                <p class="comments">
                  <?php comments_popup_link(__('No responses yet'), __('One response so far'), __('% responses so far')); ?>
                </p>
    	          <?php comments_template(); // Get wp-comments.php template ?>
    	        </div>
          <?php endwhile; else: ?>
              <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
          <?php endif; ?>
          <p align="center"><?php posts_nav_link(' - ','« Prev','Next »') ?></p>
    	</div>
      <?php get_sidebar();?>
      <?php get_footer();?>
    Thread Starter spikedog

    (@spikedog)

    Hmmm…. ok for some reason I am now unable to edit my first post despite being able to do it before but ok.

    Anyway I tried resetting my theme which has reset it to default but the problem still persists so it is deffinatly not a theme issue.

    This has however had the knock on effect of now making my site look terrible until I can get home to my modified style sheet.

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