Thread Starter
dwl017
(@dwl017)
Opps forgot the link to my site
HydroRacer TV
Thread Starter
dwl017
(@dwl017)
Now all pages are showing up double, I have not been in the editor in months and was only looking over the blog when this happen. I have not added any new plug ins in over a month. Everything was running just fine.
Thread Starter
dwl017
(@dwl017)
Anyone still up tonight who could possibly help me? this is driving me nuts since I didn’t do anything to cause it, I was just looking at the site.
Thanks
Can you post your loop code from index.php? That’s everything between:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
and
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
I’m guessing that the problem is in there.
Thread Starter
dwl017
(@dwl017)
<?php get_header(); ?>
<!– Show the welcome box and slideshow only on first page. Makes for better pagination. –>
<?php if ( $paged < 1 ) { ?>
<!– Begin Welcome Box –>
<?php if (is_home()) include (THEMELIB . ‘/apps/welcomebox.php’); ?>
<!– Begin Slideshow: Instructions: By default, the Slideshow section below pulls in the five photos in the images/slideshow/ folder inside your theme folder. Replace the images with your own (950 pixels wide max, keep filenames the same). If you prefer to manage your slideshow images from within a WordPress post, you can delete -static.php from the Slideshow section below, which would pull in the slideshow.php file instead of the slideshow-static.php file. The slideshow.php file pulls in the latest photo uploaded using the “Add Media” button into each of the latest five posts in the category that you choose on the Homepage Settings page. You will then need to paste the url to your slideshow images to a custom field key called “slideshow”. And lastly, don’t forget to set the height of the slideshow images on the Theme Options page. –>
<?php include (THEMELIB . ‘/apps/slideshow-static.php’); ?>
<!– End Better Pagination –>
<?php } ?>
<!– Begin Blog –>
<?php include (THEMELIB . ‘/apps/blog.php’); ?>
<!– Begin Footer –>
<?php get_footer(); ?>
The problem is in this bit: THEMELIB . ‘/apps/blog.php
Can you post the code that’s in that file?
If you haven’t already, I’d also recommend posting on the Graph Paper Press support forum to see if they can help, as this looks like an issue related to their theme.