How to Exclude Wordpress Pages from List
advertisements
-> Sometimes you created a wordpress page for some purpose but you do not want that particular page to be listed out. This is a coding to Exclude the Wordpress Pages from List.
<ul>
<?php wp_list_pages(’exclude=17,38′ ); ?>
</ul>
wp_list_pages() –> displays a list of WordPress Pages as links
exclude –> the arguments to exclude pages
17,38 –> page ID of the page you want to prevent from listing






No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.