funkyole
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Retrieving featured image URLGood stuff, also works on wp 3.0 🙂
cheers
Forum: Fixing WordPress
In reply to: slug main cat shows id nr while sub cat shows name… (weird?)btw, settings in permalink:
custom:
/%category%/%postname%/
Forum: Requests and Feedback
In reply to: Category & tag slugs independenceSame issue, I agree on this.
I solved it with this:
<li class="<?php if (is_page(pagename)) { echo "current_page_item"; } ; if (in_category('categoryname')) { echo "current_page_item"; }?>"><a href="3">menu</a>take a look and let me know if it is clear 🙂
TheMadcore,
I’m looking for something similar and I’m wondering if you have found a solution.
I’m making pages based on categories as menu items and each pege has its own template. And when I select a page in the menu the current item state is ok. But when I’m selecting a post within that category the current item status disappears.
Maybe you can help me with your previous solution?
Viewing 5 replies - 1 through 5 (of 5 total)