????

Your IP : 3.145.37.211


Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/link-pages.php

<?php
/**
 * Page links
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

wp_link_pages( array(
	'before'      => '<div class="page-links clr">',
	'after'       => '</div>',
	'link_before' => '<span>',
	'link_after'  => '</span>'
) );