Jump to content
Sign in to follow this  
marvage

Possible to Customize /sections/wp/section.postnav.php in platformbase?

Recommended Posts

marvage

Does the current release of Platform support customization of the file platformpro/sections/wp/section.postnav.php? I'm trying to customize a version of this file which I've copied over into base with no luck. Changes do not work. The code I'm using works when I edit the core version of the file (which I'd like to avoid of course :) ). Changes I'm making to section.postvan.php... I am configuring the section.postnav.php to display previous and next posts by creation date rather than by category. Here's my code:

	<span class="previous"><?php previous_post_link('%link', 'Previous'); ?></span>
	<span class="next"><?php next_post_link('%link', 'Next'); ?></span>
	

Share this post


Link to post
Share on other sites
marvage

Oops - that should read Changes I'm making to section.postnav.php...

Share this post


Link to post
Share on other sites
Kate

Hey Doug - Did you maintain the folder structure when you copied it over?

Share this post


Link to post
Share on other sites
marvage

Hey Kate - I did maintain the folder structure.

Share this post


Link to post
Share on other sites
marvage

Hi Kate - I got it to work in the child theme I must have missed something the first time round. Thanks! :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×