How to add span tag into page navigation

<?php 
echo preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><span>$3</span></a>',wp_list_pages('echo=0&orderby=id&title_li=&depth=1'));
?>

Comments

Popular posts from this blog

HTML5 video loop src change on end play function

Custom OpenCart 2.3.0.2 theme

PHP: Date Difference for PHP 5.2