Your IP : 18.222.112.116


Current Path : /var/www/html/wp-content/themes/church-event/templates/widgets/front/
Upload File :
Current File : /var/www/html/wp-content/themes/church-event/templates/widgets/front/subpages.php

<?php
echo $before_widget;

if($title)
	echo $before_title . $title . $after_title;
?>

<ul>
	<?php 
		wp_list_pages(array(
			'title_li' => '',
			'echo' => 1,
			'child_of' => $parent,
			'sort_column' => $sortby,
			'exclude' => $exclude,
			'depth' => 1
		)); 
	?>
</ul>

<?php
	echo $after_widget;