| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Apr 17 '11 at 17:33 | |
| stats | profile views | 32 |
Hahaha! Thanks view me.
|
Jan 31 |
comment |
How to use media upload on theme option page? Thank you very very very much!. Now works like a charm! |
|
Jan 31 |
comment |
How to use media upload on theme option page? hmmm.. exactly same like blog you post. if you read comments on the blog you will find same problem with me. most of them will asked how to make it work with post_id |
|
Jan 31 |
comment |
How to use media upload on theme option page?media-upload.php?post_id=ID&type=image&TB_iframe=true in wp 3.1 required post_id=ID if not we will getting Notice: Undefined index: post_id. If we put any ID the Insert into Post button will not shown. How to fix this one? |
|
Jan 31 |
comment |
How to use media upload on theme option page? Bravo! Thanks web design. There have a clue how to add post_id=$post->ID? |
|
Jan 31 |
accepted | How to use media upload on theme option page? |
|
Jan 31 |
asked | How to use media upload on theme option page? |
|
Jan 29 |
revised |
How to load default scripts included with WordPress correctly? added 683 characters in body |
|
Jan 29 |
accepted | How to load default scripts included with WordPress correctly? |
|
Jan 29 |
comment |
How to load default scripts included with WordPress correctly? Thanks MikeSchinkel. Nice to follow this way ;) |
|
Jan 29 |
awarded | Teacher |
|
Jan 29 |
answered | How to load default scripts included with WordPress correctly? |
|
Jan 29 |
asked | How to load default scripts included with WordPress correctly? |
|
Jan 28 |
answered | Best Collection of Code for your functions.php file |
|
Jan 28 |
awarded | Commentator |
|
Jan 28 |
comment |
How do I remove UL on wp_nav_menu? I want use superfish. menu_class and menu_id only will working if menu is activated. If the menu doesn't exists menu_class and menu_id is not as <ul> but as <div>. thats why too much question about wp_nav_menu() you may test it :) |
|
Jan 28 |
revised |
How do I remove UL on wp_nav_menu? added 112 characters in body |
|
Jan 28 |
accepted | How do I remove UL on wp_nav_menu? |
|
Jan 28 |
comment |
How do I remove UL on wp_nav_menu? Now understood :) Thanks a lot בניית אתרים. BTW, how do I pronounce your nickname? Mine ha ha |
|
Jan 28 |
revised |
How do I remove UL on wp_nav_menu? added 655 characters in body |
|
Jan 28 |
comment |
How do I remove UL on wp_nav_menu? @בניית אתרים - Thanks for your explanation. But I'm getting blur here. According to the note on nav-menu-template.php fallback_cb - If the menu doesn't exists, a callback function will fire. Defaults to 'wp_page_menu'. Set to false for no fallback What should I replace to make wp_nav_menu_no_ul() working if I set false to the fallback_cb ? Because it return blank for now. |