| bio | website | |
|---|---|---|
| location | New York, United States | |
| age | 51 | |
| visits | member for | 2 years, 1 month |
| seen | May 14 at 20:52 | |
| stats | profile views | 93 |
I've an eclectic background as a developer and a history of wearing many hats.
I currently work as an IT consultant typically working on integration projects for 'Wall Street' firms. I'm also the firm's in-house web developer and server admin, responsible for our internal web applications.
As an ad hoc WordPress Codex editor, I help to improve the API documentation, as I'm able. I'm willing to make edits suggested by others too bashful to do so themselves.
You can contact me through my Google Plus Profile - look for the 'Send an Email' link on the lower right hand side of the main panel.
|
Sep 11 |
suggested | suggested edit on How to change the order of elements in comment_form() |
|
Sep 10 |
revised |
qtranslate is not working properly correct answer |
|
Sep 10 |
answered | qtranslate is not working properly |
|
Sep 7 |
revised |
Send reset password link to user from custom lost password form added info re: filtered login_url |
|
Sep 6 |
comment |
Send reset password link to user from custom lost password form or alternately remove your filter before the form code, and restore it afterwards. Probably easier that way. |
|
Sep 6 |
comment |
Send reset password link to user from custom lost password form Have you filtered the login_url to point to your reset template? If so, you'll have to capture the original login_url value in your filter so you can use it instead of the call to wp_lostpassword_url() |
|
Sep 6 |
revised |
Send reset password link to user from custom lost password form fix error |
|
Sep 6 |
answered | Send reset password link to user from custom lost password form |
|
Sep 5 |
comment |
Query between two meta keys Seeing errors like that in your own code is just hard. Believe me, we've all been there. |
|
Sep 5 |
comment |
Query between two meta keys The query you posted references the field 'end_event_date', but in your post data the field is called 'end_date_of_event'. If no post has the field 'end_event_date', no post would be returned. Change the key name and see if it works now. |
|
Sep 4 |
comment |
Load posts dynamically I don't understand the additional question about the href values. In javascript you can have an onclick function with a return=false parameter, which would allow you to have the actual permalink instead of the # see: stackoverflow.com/questions/128923/… |
|
Sep 4 |
revised |
Query between two meta keys corrected focus on orderby field to any query or orderby |
|
Sep 4 |
revised |
Query between two meta keys corrected and expanded answer |
|
Sep 4 |
answered | Query between two meta keys |
|
Aug 29 |
comment |
WooCommerce: Mass check a certain box in an option panel for 3000+ products? There's a chance. It depends on how the option is implemented. If you know how the value is stored, it's possible to write a script to update each of your products so that the checkbox is enabled. |
|
Aug 29 |
revised |
Load posts dynamically added detail |
|
Aug 29 |
answered | Load posts dynamically |
|
Aug 29 |
revised |
TinyMCE Plugin Parameter edited tags |
|
Aug 28 |
comment |
How can I allow people to vote up objects? This question is too big to be handled in one shot. You should break it down into pieces - 1) how can I let people 'vote' on my posts. 2) how can I re-order my posts by vote count 3) how can I let users submit a post from the front end, etc. |
|
Aug 28 |
answered | How to get latest post excerpt from a specific category? |