Web Development Blog

by Ei Sabai Nyo

26 May, 2009

Highlight the current page link in WordPress    

If you are hard-coding your navigation menu in WordPress rather than using wp_list_pages() template tag, you will need to add a class manually in order to highlight the current page it is on.

<li<?php if (is_page('gallery')) : echo ' class="current_page_item"'; endif; ?>><a href="gallery/">Gallery</a></li>

Note: wp_list_pages() template tag automatically add current_page_item class to the <li> element for the currently viewed page.

Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Your name:   Your email:  

4 Responses to “Highlight the current page link in WordPress”

  1. Ber2 says:

    Great article. Thanks for the sharing.

  2. Sajid Iqbal says:

    Thanks for sharing. It saved me the day.

  3. [...]   Highlight the current page link in WordPress ??? ??? ???? ??? ????? ???? ??? ?????? ???? ?????? ??? ( ???????? , ?? ??? , ??? ?????? , ???? ?? … ) ???? ??????? ?????? ??? ??? ?? ???? ?? ????? ????? ???? ? ?????? ????? [...]

  4. :) says:

    thnx for the article, i’ve tried to find this all over the internet but i couldn’t find proper solution!

    Thanks once more

Profile PicHello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more about me or have a look at some of the tips & resources I've written.
Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
We do NOT spam.
Your name:  
Your email:  

Tips & Resources

Tips & Resources
WordPress Web Hosting
Recommended web hosting providers for WordPress 3.0
iPhone Native App Development
Important steps into iPhone app development for beginners
iPhone Web App Development
Tips for iPhone web app development
Coupons for Web Developers
Get discounts on web hosting, domain names, templates, etc
10 Useful jQuery Snippets
Easy-to-use jQuery snippets for any website
HTML Email Newsletter
Step-by-step tutorial on how to code an HTML email newsletter
  • bluehost Hosting $6.95/month
  • Joomla Templates

Recommended Book

Categories