Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created December 2, 2021 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digisavvy/9d2eb14883b193980547e02b5e2e97b0 to your computer and use it in GitHub Desktop.
Save digisavvy/9d2eb14883b193980547e02b5e2e97b0 to your computer and use it in GitHub Desktop.
<?php
function dgs_add_page_links() {
echo do_shortcode('[wp_post_nav]');
echo 'from adv scripts';
}
add_action( 'kadence_before_footer', 'dgs_add_page_links', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment