Hi Can someone tell me where can i set the option to exclude pages in vigilance theme..
i understand the code is here..
<li class="page_item <?php if (is_front_page()) echo('current_page_item');?>"><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php $exclude_pages = get_option('V_pages_to_exclude'); ?>
<?php wp_list_pages('depth=1&title_li=&exclude=' . $exclude_pages); ?>
but where to set this variable that i am not able to understand.
my Blog – https://www.revolutioners.com