• Problem Screen Shot attached https://a.pictureupload.us/555965366518b9ca1dd72d.jpg

    Code

    <?php get_header(); ?>
    	<?php if (have_posts()) : ?>
    		<?php while (have_posts()) : the_post(); ?>
    			<div <?php post_class('post'); ?>>
    				<h2><?php the_title(); ?></h2>
    
    				<div class="entry">
    					<?php the_content(__('<p class="serif">Read the rest of this page ?</p>')); ?>
    					<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
    					<?php edit_post_link(__('Edit this entry.'), '<p>', '</p>'); ?>
    				</div>
    
    			</div>
    		<?php endwhile; ?>
    	<?php endif; ?>
    <?php get_footer(); ?>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
    [duplicate post: https://www.ads-software.com/support/topic/help-next-page-link-not-working ]

  • The topic ‘– Help – Next Page Number Links Not Working’ is closed to new replies.