375 reputation
19
bio website
location
age
visits member for 2 years, 6 months
seen May 13 at 20:44
stats profile views 27

Jul
13
answered Plugin to require name and email on login
Jul
13
answered Redirect to custom url when registration fails?
Jul
13
answered How do I call wp_get_current_user() in a plugin when plugins are loaded before pluggable.php?
Jul
2
revised Returning search results by relevance, including Custom Post Types
improved answer
Jun
30
answered Returning search results by relevance, including Custom Post Types
Jun
30
answered How can I increase the character limit for post passwords?
Jun
30
answered Apply class to the a tag link generated in post tag links
Jun
29
answered Is there a way to serve different resolution images to different devices?
Jun
29
comment Is there a way to serve different resolution images to different devices?
If you are capable of writing something like this yourself it will be purpose built and lighter than any generic plugin.
Jun
28
comment Is there a way to serve different resolution images to different devices?
totally. if you have the different sized images available then you will have to tell your theme which ones to use by detecting the browser and selecting the right image. the code for this should be easy to write. look into: add_theme_support( 'post-thumbnails' ) for the images and then dynamically select the image size based on browser detection for your entire theme.
Jun
28
answered images in wordpress themes
Jun
28
asked delete unused postmeta
Jun
6
awarded  Popular Question
Feb
27
answered how to disable user confirmation from administration?
Feb
27
comment how to disable user confirmation from administration?
The ability to check the tickbox would be great for administrators to see. The answer above is a workaround - how can we allow Administrators the option?
Jan
26
asked How to add super admin to all sites
Jan
24
asked Allow a subscriber to be an author and view only his post
Jan
16
accepted Display email address field next to author in wp_dropdown_users
Jan
16
comment Display email address field next to author in wp_dropdown_users
ok nice.. figured this out thanks to you: pastebin.com/RD58LANm
Jan
16
comment Display email address field next to author in wp_dropdown_users
I dont want to edit the core, how would one do this with a plugin? Is it possible to replace the wp_dropdown_users() function with my own and not break wp admin elsewhere?