Please help! Every Post link links to the most recent post Wordpress

Posted by kwek-kwek on Stack Overflow See other posts from Stack Overflow or by kwek-kwek
Published on 2010-05-04T17:34:07Z Indexed on 2010/05/04 17:38 UTC
Read the original article Hit count: 2596

I got the site up on time, with one blog post up. Later I added another one and tested it. Big problem! Any link that used to take you to the old post (ie: side-bar "Recent Posts" links) now takes you to the newest one. I tested it by adding a third post, and got the same result.

This is a custom wordpress theme and I have a, page.php

<?php

get_header(); ?>

        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       <div id="BodyWrap">

<!--MAIN CONT-->
<div id="mainCont">
<?php get_sidebar(); ?>
<?php if (is_page(array('home'))) { ;?>
<div id="rotateBanner">
<div id="slide-holder">
<div id="slide-runner">
    <img id="slide-img-1" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial2.jpg" class="slide" alt="" />
    <img id="slide-img-5" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial5.jpg" class="slide" alt="" />
    <img id="slide-img-2" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial1.jpg" class="slide" alt="" />
    <img id="slide-img-6" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial6.jpg" class="slide" alt="" />
    <img id="slide-img-3" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial3.jpg" class="slide" alt="" />
    <img id="slide-img-7" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial7.jpg" class="slide" alt="" /> 
    <img id="slide-img-4" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial4.jpg" class="slide" alt="" />
    <img id="slide-img-8" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial8.jpg" class="slide" alt="" />
     <div id="slide-controls">
     <p id="slide-client" class="text" style="display:none;"><span></span></p>
     <p id="slide-desc" class="text" style="display:none;"></p>
     <p id="slide-nav" style="display:none;"></p>
    </div>
</div>
<script type="text/javascript">
    if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-5","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-2","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-6","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-3","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-7","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-4","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-8","client":"nature beauty","desc":"nature beauty photography"}];
   </script>
</div>
       </div>
<?php } ?>

<?php if (is_page(array('accueil'))) { ;?>
<div id="rotateBanner">
<div id="slide-holder">
<div id="slide-runner">
    <img id="slide-img-1" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial1-fr.jpg" class="slide" alt="" />
    <img id="slide-img-5" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial5-fr.jpg" class="slide" alt="" />
    <img id="slide-img-2" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial2-fr.jpg" class="slide" alt="" />
    <img id="slide-img-6" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial6-fr.jpg" class="slide" alt="" />
    <img id="slide-img-3" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial3-fr.jpg" class="slide" alt="" />
    <img id="slide-img-7" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial7-fr.jpg" class="slide" alt="" /> 
    <img id="slide-img-4" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial4-fr.jpg" class="slide" alt="" />
    <img id="slide-img-8" src="<?php bloginfo('template_url'); ?>/images/banner/testimonial8-fr.jpg" class="slide" alt="" />
     <div id="slide-controls">
     <p id="slide-client" class="text" style="display:none;"><span></span></p>
     <p id="slide-desc" class="text" style="display:none;"></p>
     <p id="slide-nav" style="display:none;"></p>
    </div>
</div>
<script type="text/javascript">
    if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-5","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-2","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-6","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-3","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-7","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-4","client":"nature beauty","desc":"nature beauty photography"},{"id":"slide-img-8","client":"nature beauty","desc":"nature beauty photography"}];
   </script>
</div>
       </div>
<?php } ?>

<?php if (is_page(array('contact-us'))) { ;?>
<div id="rotateBanner">
<?php custom_field_image() ?>
</div>
<?php } ?>

        <div id="mainCopy">
        <div id="content">
        <h2>
        <?php if (is_page('home','accueil')) : ?>
    <?php else : ?>
<?php single_post_title(); ?>
<?php endif; ?></h2>
                <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

                <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

    </div>
</div>
<?php if (is_page(array('home','accueil'))) { ;?>
<div id="rightCol2">

<div id="Fworks">
<h2>Featured work</h2>
<li><img src="<?php bloginfo('template_url'); ?>/images/portage-thumb.jpg" width="234" height="92" border="0" alt="" /></li>
<li><a href="<?php bloginfo('url'); ?>our-work/foundation-on-antivirals"><img src="<?php bloginfo('template_url'); ?>/images/fav-thumb.jpg" width="234" height="92" border="0" alt="" /></a></li>
<li><img src="<?php bloginfo('template_url'); ?>/images/danslejardin-thumb.jpg" width="234" height="92" border="0" alt="" /></li>
</div>

<div id="NewEvents">
<?php if ( (strtolower(ICL_LANGUAGE_CODE) == 'en') ) {echo("<h2>News &amp; Events</h2");} ?>
<?php if ( (strtolower(ICL_LANGUAGE_CODE) == 'fr')) echo("<h2>Nouvelles</h2") ?>
<div id="NewsListings">
<ul>
<?php //dbem_get_events_list("limit=5&scope=al&order=DESC"); ?> 
<?php include('events.php');?>
</ul>
</div>

</div>

</div>
<?php } ?>
</div>
</div>
        <?php endwhile; endif; ?>

    <?php get_footer(); ?>

single.php

<?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */

get_header();
?>

           <div id="BodyWrap">

<!--MAIN CONT-->
<div id="mainCont">
<?php get_sidebar(); ?>
<?php if (is_page(array('home','contact-us'))) { ;?>
<div id="rotateBanner">

<?php custom_field_image() ?>
       </div>
<?php } ?>
        <div id="mainCopy">
        <div id="content" class="widecolumn" role="main">

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

<!--        <div class="navigation">
            <div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
            <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
        </div>
        <br class="clr" />-->

        <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
        <h2><?php the_title(); ?></h2>

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

                <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
                <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

                <!--<p class="postmetadata alt">
                    <small>
                        This entry was posted
                        <?php /* This is commented, because it requires a little adjusting sometimes.
                            You'll need to download this plugin, and follow the instructions:
                            http://binarybonsai.com/wordpress/time-since/ */
                            /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
                        on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
                        and is filed under <?php the_category(', ') ?>.
                        You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.

                        <?php if ( comments_open() && pings_open() ) {
                            // Both Comments and Pings are open ?>
                            You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.

                        <?php } elseif ( !comments_open() && pings_open() ) {
                            // Only Pings are Open ?>
                            Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.

                        <?php } elseif ( comments_open() && !pings_open() ) {
                            // Comments are open, Pings are not ?>
                            You can skip to the end and leave a response. Pinging is currently not allowed.

                        <?php } elseif ( !comments_open() && !pings_open() ) {
                            // Neither Comments, nor Pings are open ?>
                            Both comments and pings are currently closed.

                        <?php } edit_post_link('Edit this entry','','.'); ?>

                    </small>
                </p>-->

            </div>
        </div>

    <?php comments_template(); ?>

    <?php endwhile; else: ?>

        <p>Sorry, no posts matched your criteria.</p>

<?php endif; ?>

    </div>
    </div>

    </div>
    </div>

<?php get_footer(); ?>

index.php

<?php get_header(); ?>
<!--MAIN WRAP-->
<div id="BodyWrap">

<!--MAIN CONT-->
<div id="mainCont">
<?php get_sidebar(); ?>
<div id="mainCopy">
<div id="content">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    <div id="BGHeadTitle"><h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2></div>

    <?php the_content(); ?>

    <p><?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?> | <?php the_category(', '); ?> | <?php comments_number('No comment', '1 comment', '% comments'); ?></p>
    <?php comments_template(); // Get wp-comments.php template ?>

    <?php endwhile; else: ?>

    <h2>Woops...</h2>

    <p>Sorry, no posts we're found.</p>

    <?php endif; ?>

    <p align="center"><?php posts_nav_link(); ?></p>

</div>
</div>

</div>
</div>
<?php get_footer(); ?>

my recent post code :

<ul>

<?php query_posts('cat=3,4,5&posts_per_page=5&order=ASC&orderby=date'); 
if ( have_posts() ) : while ( have_posts() ) : the_post()?>
<li>
<span class="date"><?php the_time('M j') ?></span>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</li>
<?php endwhile; ?>
 <?php rewind_posts(); ?>

</ul>

I am really stuck the site went live and when I was working on the testserver I only noticed it.view the site here »

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about wordpress-theming