| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | May 20 at 11:31 | |
| stats | profile views | 18 |
|
Feb 28 |
comment |
Weird jquery problem when upgrade to Wordpress 3.1 @wyrfel, i ever used alert to print _this.html(), and <option> are all there. I guess its all about the results of jQuery('option', _this), is empty. See my update. |
|
Feb 27 |
comment |
Weird jquery problem when upgrade to Wordpress 3.1 do you mean codes inside the function(k,v)? i added an alert at the first line of this function, and it doesn't get implemented for all problem <select> |
|
Feb 27 |
comment |
How to get any type posts include attachments by ids? @t31os @Bainternet, you are rock! All about 'post_status' and i can get all expected results now. Just a small issue, code should be 'post_status' => array(null), "null" is treated not set and wordpress will use the default value instead. |
|
Feb 25 |
comment |
How to get any type posts include attachments by ids? still no luck, i guess it is a bug |
|
Jan 12 |
comment |
How to remove parent taxonomy name from the title generated by wp_title()? Pretty simple and straightforward, thanks |