Wordpress Help

Miscellaneous Forums/General Discussion/Wordpress Help

Anybody here use WP? I'm having a little problem. I'm looking for a way to tell if you're on a certain page. I've tried "is_page(7)," "is_paged(7)," and $page_ID = '7', but none are working. I'm using WPv2.0.

I need to make specific sidebars for each individual page, and I can't figure out how to do it.

Also, is there a way to change the title of the page on the navigation, but not on the page?

My website: http:/www.noenemies.com

You need to stick the 7 in quotes.

is_page( '7' )

although I use the page slug eg - is_page( 'about' )

Thanks. I got it working now. I just had the whole "if" statement in the wrong place.

What version are you using?

1.5.2 - I chose not to upgrade

Yes. That was wise. Most of the good plugins are for v1.5