| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 14 at 13:05 | |
| stats | profile views | 35 |
|
Apr 23 |
awarded | Popular Question |
|
Apr 22 |
awarded | Popular Question |
|
Apr 4 |
awarded | Popular Question |
|
Feb 23 |
comment |
Remove .htaccess portion upon plugin deactivation? oh thanks I've figured out, there was a space missing in my rewrite rule for some reason wp refused to write that (maybe because invalid), glad it works and also your deactivation code works thanks! |
|
Feb 23 |
comment |
Remove .htaccess portion upon plugin deactivation? I tried to use add_rewrite_rule() with my register_activation_hook but it doesn't add any rewrite rule to my .htaccess, add_rewrite_rule( '^(.+)(jpeg|jpg|gif|png)$', basename(WP_CONTENT_DIR) . '/plugins/direct-images-redirect/redirect.php?file=$1$2 [L]', 'bottom' ); - am I doing it wrong? |
|
Feb 23 |
revised |
Remove .htaccess portion upon plugin deactivation? typo |
|
Feb 23 |
accepted | Remove .htaccess portion upon plugin deactivation? |
|
Feb 23 |
comment |
Remove .htaccess portion upon plugin deactivation? uhh... I was not aware of add_rewrite_rule function... I think I will rewrite to use this, looks best thanks |
|
Feb 23 |
asked | Remove .htaccess portion upon plugin deactivation? |
|
Feb 9 |
accepted | Style custom columns in admin panels (especially to adjust column cell widths) |
|
Jan 29 |
awarded | Notable Question |
|
Jan 21 |
comment |
Querying posts by latitude and longitude to build a Google Maps with several markers very well, shortened :) |
|
Jan 21 |
revised |
Querying posts by latitude and longitude to build a Google Maps with several markers deleted 2604 characters in body |
|
Jan 21 |
comment |
Querying posts by latitude and longitude to build a Google Maps with several markers kaiser sorry I didn't want to ask "write the code for me" I just wanted advices - I reckon it may be a bit generic, but the two specific questions in the end are: 1) how to query by radius; 2) is a good idea to store the marker in a term meta - if some moderator think it's still too generic it's ok they can delete the question sorry |
|
Jan 21 |
asked | Querying posts by latitude and longitude to build a Google Maps with several markers |
|
Jan 20 |
awarded | Critic |
|
Jan 20 |
comment |
Make wp_link_pages() suitable for Twitter Bootstrap markup thanks, that explained it all |
|
Jan 20 |
accepted | Make wp_link_pages() suitable for Twitter Bootstrap markup |
|
Jan 20 |
asked | Make wp_link_pages() suitable for Twitter Bootstrap markup |
|
Jan 17 |
awarded | Popular Question |