Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-02-2010, 03:10 PM   PM User | #1
sixrfan
Regular Coder

 
Join Date: Aug 2009
Posts: 395
Thanks: 116
Thanked 0 Times in 0 Posts
sixrfan has a little shameless behaviour in the past
wordpress php exclude page issue

how come i have "exclude=171" in my list pages code below, but its not excluding page 171 from my page list in the leftside navigation on the website http://poolplayersforhire.com/


PHP Code:
<div id="leftside">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Main Sidebar') ) : else : ?>

<ul class="page">
<?php if (is_page()) { $highlight "page_item"; } else {$highlight "page_item current_page_item"; } ?>

<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&exclude=171'); ?>
</ul>

<?php endif; ?>

</div>
please advise. thanks.
sixrfan is offline   Reply With Quote
Old 04-02-2010, 04:41 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,812
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Just tried your code myself and it appears to work fine for me
SB65 is offline   Reply With Quote
Old 04-02-2010, 05:24 PM   PM User | #3
sixrfan
Regular Coder

 
Join Date: Aug 2009
Posts: 395
Thanks: 116
Thanked 0 Times in 0 Posts
sixrfan has a little shameless behaviour in the past
thanks for trying.

anyone else know what's going on here?????????
sixrfan is offline   Reply With Quote
Old 04-05-2010, 08:25 PM   PM User | #4
sixrfan
Regular Coder

 
Join Date: Aug 2009
Posts: 395
Thanks: 116
Thanked 0 Times in 0 Posts
sixrfan has a little shameless behaviour in the past
anyone? i'm at a total loss here. please please help.
sixrfan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:37 PM.


Advertisement
Log in to turn off these ads.