Recent Topics

1 Nov 10, 2005 06:03    

My blog -- http://cultofmac.com/ -- has a custom skin but no Next Page/Previous Page link at the bottom of the page to help navigate the site.

I guess the designer must have removed it from the skin -- but I can't figure out what function is missing.

What do I need to add, and where?

2 Nov 10, 2005 14:50

In my skin I see the following code:

<?php posts_nav_link(); ?>
	<?php 
		// previous_post( '<p class="center">%</p>' );
		// next_post( '<p class="center">%</p>' );
	?>

It's placed right after the "END OF POSTS" and right before the "START OF INCLUDES FOR LAST COMMENTS, STATS, ARCHIVE DIRECTORY, PROFILE, FLIGHT LOG.

Hope that helps.

3 Nov 11, 2005 04:57

many thanks for your help. you were right, the code was missing.

but so too was a critical setting in the back office -- for some reason, under the 'Settings' tab, i had the 'Display mode' option set to 'posts' instead of 'posts paged.'

so no matter how much i fiddled with the missing code in the skin, i couldn't get it to work. it was driving me crazy. luckily i have a copy of the site running locally with the right settings - otherwise i would NEVER have worked it out.

thanks again.


Form is loading...