| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | Sep 3 '10 at 12:23 | |
| stats | profile views | 11 |
|
Sep 3 |
comment |
How do i hide the auto-generated custom field that's created when update_post_meta() is called? Hi Jan. Thanks for the reply. Prefixing the name with and underscore hides the auto generated custom field AND the manually added meta box! So that's no good really. |
|
Sep 3 |
comment |
How to manually specify the current active page with wp_nav_menu() Thanks Jan - great answer! |
|
Sep 2 |
comment |
How to manually specify the current active page with wp_nav_menu() Hi Chris, Thanks for the reply. I am using the <body <?php body_class(); ?>> tag but the problem is that as far as the wp_nav_menu() is concerned the taxonomies im clicking on are unrelated to it! So, i need to say to wp_nav_menu() - if the page is X then show "Products" as the current_page_parent. |
|
Sep 1 |
comment |
How do I create a custom archive page depending on the custom taxonomy type? Thanks Adam. Sorted. |