187 reputation
8
bio website
location
age
visits member for 1 year, 10 months
seen Apr 9 at 10:16
stats profile views 13

Mar
24
awarded  Popular Question
Jul
14
awarded  Revival
Jan
18
awarded  Teacher
Oct
7
comment How to get Wordpress to NOT alter the permalink structure when adding a static page?
try go to admin permalink setting and resave the settings?
Oct
4
awarded  Tumbleweed
Sep
29
revised Custom Nav Menu items default to 'menu-item-type' => 'custom'. How to make a “page” menu item?
Correct to page
Sep
29
answered Custom Nav Menu items default to 'menu-item-type' => 'custom'. How to make a “page” menu item?
Sep
29
comment Custom post type's get_permalink returns wrong url
yes it is done in init like add_action('init', 'set_post_type_meta');, NOT inside the activation function. I tried removing it but it didn't work either.
Sep
29
asked Custom post type's get_permalink returns wrong url
Sep
27
revised How to Hard Code Custom menu items
Add alternative question title to improve searchability
Sep
27
suggested suggested edit on How to Hard Code Custom menu items
Sep
27
answered Update Theme Location Programatically
Sep
26
answered Wordpress Plugin Development - Headers Already Sent Message
Sep
2
accepted How to output message during plugin activation
Aug
31
accepted Display only certain posts based on visitor's country?
Aug
31
answered Display only certain posts based on visitor's country?
Aug
29
revised How to output message during plugin activation
edited tags
Aug
29
asked How to output message during plugin activation
Aug
25
revised Display only certain posts based on visitor's country?
added 219 characters in body; edited tags
Aug
25
comment Display only certain posts based on visitor's country?
Thanks, and yes the latter part is the part which scare the hell out of me. I am still looking at the add_filter(request...), which I hope can avoid a billion if statements.