Function:

mp_core_content_nav()

Purpose:

This template tag displays navigation to next/previous pages when applicable (like in a single.php template)

Overview:

Sometimes in themes you will want to have a “next post” | “last post” type of link on a page. Use this template tag to do that.

Usage:

mp_core_content_nav( 'nav-below' );

Parameters:

$nav_id (string) (required) The HTML ID to use for this div upon output.

Default: none

Returns: Void.