| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | 5 hours ago | |
| stats | profile views | 5 |
|
Feb 4 |
comment |
How to control order when displaying child categories Thanks for the tip. var_dump is unfamiliar to me, but I dig into it and see how it would work. Thanks. |
|
Feb 4 |
comment |
How to control order when displaying child categoriesmenu_order, I figured out. Looks like a helpful plugin. It this situation, though, it's not working. (I checked in a live sandbox and my XAMPP setup.) From what I tell, the param in get_the_category is applying to the child since it's getting as $childcat. |
|
Feb 3 |
comment |
How to control order when displaying child categories I tried that. Same result. |
|
Feb 3 |
comment |
How to control order when displaying child categories Yes, the current orderby param is affecting the child. If a post has Color: Blue and Size: Small, Color is listed first and Size next. If a post has Color: Red and Size: Large, then Size is displayed first then Color. The two ways I specified are possibilities that occurred to me. I need to be able to consistently display category order according to the parent, however it's done. |
|
Feb 3 |
revised |
How to control order when displaying child categories clarifying context as post meta |
|
Feb 3 |
comment |
How to control order when displaying child categories I tried this plugin and it hasn't effected the order of categories in post meta. I add orderby => menu_order to the get_the_category tag, placing the current param, yes? |
|
Feb 2 |
asked | How to control order when displaying child categories |
|
Jun 16 |
comment |
Operable default menu *and* custom 3 menu Ah, yes, false, not a null value. Turns out there was an extra div in the default format that was dropped with custom menus. I got the same basic hierarchy with container_class => 'menu'. |
|
Jun 15 |
awarded | Student |
|
Jun 14 |
revised |
Operable default menu *and* custom 3 menu edited body |
|
Jun 14 |
awarded | Editor |
|
Jun 14 |
revised |
Operable default menu *and* custom 3 menu deleted 14 characters in body |
|
Jun 14 |
asked | Operable default menu *and* custom 3 menu |
|
Feb 25 |
comment |
How are these PHP functions applied to a specific page in WordPress? That's exactly it! Thanks, Bainternet. |
|
Feb 25 |
asked | How are these PHP functions applied to a specific page in WordPress? |