| bio | website | jeffkamo.com |
|---|---|---|
| location | Canada | |
| age | 26 | |
| visits | member for | 2 years, 2 months |
| seen | Aug 24 '12 at 20:40 | |
| stats | profile views | 6 |
|
Mar 2 |
comment |
setup_postdata() does not seem to be working? This fixed the the problem I was having. Cheers mate |
|
Feb 29 |
comment |
wp_enqueue_scripts, wp_register_scripts, wp_print_scripts: i'm confused So then, what is the difference between wp_enqueue_script and wp_register_script? |
|
Oct 21 |
comment |
Highlighting wp_nav_menu() Ancestor Class w/o Children in Nav Structure? Oh I think I see what's happening. It's because you are returning $classes within the if statement. Simply moving return $classes outside and after that if seems to solve the above error. |
|
Oct 21 |
comment |
Highlighting wp_nav_menu() Ancestor Class w/o Children in Nav Structure? This gave me the following error: Warning: join() [function.join]: Invalid arguments passed in /home/path/to/wp-includes/nav-menu-template.php on line 76
Any idea what happened here? |
|
Oct 18 |
comment |
How do I get the top-level terms in a custom taxonomy? This worked for me! But why doesn't this function have a "depth" argument like other Wordpress get functions? |
|
Mar 2 |
comment |
How do you use orderby with meta_query in Wordpress 3.1? I see now. I was confused by the Wordpress documentation that said 'meta_key' and 'meta_value' were depreciated. I assumed that meant I couldn't use them, but I guess that was misleading. Thanks! |
|
Mar 2 |
comment |
How do you use orderby with meta_query in Wordpress 3.1? Awesome, that did the trick. Thanks :) |