4,867 reputation
321
bio website
location
age
visits member for 1 year, 3 months
seen 9 hours ago
stats profile views 290

I sell sea shells by the sea shore.


Feb
1
answered Bandwidth usage increased in WordPress 3.5
Jan
29
comment Custom query to get post names beginning with a digit
+1 I went ahead and tested this and can verify that it does indeed return any and all posts beginning with a number.
Jan
28
revised How to sync with plugins update after I have done manual optimizations?
Title typo edit: Syc to Sync
Jan
28
answered How to sync with plugins update after I have done manual optimizations?
Jan
26
revised Memorizing syntax
added 354 characters in body
Jan
26
answered Memorizing syntax
Jan
25
accepted Preserving $_GET parameter while using custom Rewrite Rule
Jan
25
answered Preserving $_GET parameter while using custom Rewrite Rule
Jan
25
revised Preserving $_GET parameter while using custom Rewrite Rule
added 1087 characters in body
Jan
25
awarded  Promoter
Jan
24
revised Saving metabox repeatable fields
For headaches take asprin, if problem persists consult your doctor.
Jan
24
comment Saving metabox repeatable fields
@Daniel You now use $repeatable_fields in a foreach statement such as foreach ($repeatable_fields as $field) { echo $field; } as an example.
Jan
24
comment Add Commas Between Menu Items?
Although you've selected an answer, for reference, on the same screen in Appearance -> Menus you can enable CSS classes on menu items by clicking the Screen Options link at the top right of screen and marking the CSS Classes checkbox accordingly. WordPress hides it by default.
Jan
23
asked Preserving $_GET parameter while using custom Rewrite Rule
Jan
23
revised Add Commas Between Menu Items?
added 7 characters in body
Jan
23
answered Outputting results from select box option in options panel
Jan
23
comment Outputting results from select box option in options panel
Is that your full code? You are not printing your $output you are only storing it in a variable. If it is echo your result instead. Also, keep your else if together like elseif otherwise it can break if you ever use that syntax style without curly braces.
Jan
23
answered Add Commas Between Menu Items?
Jan
22
comment Is it possible to get a user with just the password field?
Very very bad man
Jan
21
comment AJAX function needed (toggle text)
api.jquery.com/slideToggle ...also your question would be better served over at StackOverflow as this relates to JavaScript/jQuery.