369 reputation
214
bio website
location
age
visits member for 1 year, 1 month
seen Mar 5 at 8:09
stats profile views 31

A wordpress dummy


Aug
22
accepted How to Display a menu only if it has Posts in Custom Menu?
Aug
21
asked How to use wp_schedule_event in a class?
Aug
20
comment settings api store multiple array
yes, it suppose are multiple arrays. Each array represent a rule (eg,user,gender,age). So if I have many user, then I will have many rules. What I want is able to add, delete, update and read each of the array(rule).
Aug
19
comment settings api store multiple array
From the link, I can see how to manipulating the input data for saving, but what if we want to delete some of the records?
Aug
19
comment How to use the settings API to set multidimensional arrays
Hi,I also looking for the same thing. Can you explain how u get it?
Aug
19
asked settings api store multiple array
Aug
14
awarded  Supporter
Aug
11
accepted How to use wp_nonce_url() in a link?
Aug
11
comment How to use wp_nonce_url() in a link?
Okay..i tested it...it works!!!thank you very much!!!
Aug
11
comment How to use wp_nonce_url() in a link?
Oh yes...missed it...thanks
Aug
11
comment How to use wp_nonce_url() in a link?
But I don't want delete, I just want to move the posts to trash.
Aug
11
revised How to use wp_nonce_url() in a link?
added 80 characters in body
Aug
11
asked How to use wp_nonce_url() in a link?
Aug
11
comment Showing all post from all post type in admin backstage
I managed to get it right now. yes, u can use $wpdb->get_results, but get_posts also can do the job. In my code above is working except I forgot to add [] in the $myitems in foreach loop. It should be $myitems[]. Anyway, thanks...
Aug
10
comment Showing all post from all post type in admin backstage
okay,turn out I forgot add [] to $myitems, it should be $myitems[];
Aug
10
revised Showing all post from all post type in admin backstage
deleted 8 characters in body
Aug
10
asked Showing all post from all post type in admin backstage
Aug
9
comment Using post type archive page for taxonomy archive
Finally I solve it, but in a different way. I just create another custom taxonomy "Product", show now they can share the same taxonomy archive page to display the posts
Aug
1
asked Using post type archive page for taxonomy archive
Aug
1
comment Displaying custom taxonomy menu in custom post type archive
It works, but it shows these error: Notice: Undefined property: stdClass::$labels in /wp-includes/general-template.php on line 665 Notice: Trying to get property of non-object in /wp-includes/general-template.php on line 665