150 reputation
9
bio website
location
age
visits member for 1 year, 1 month
seen May 19 at 12:36
stats profile views 2

Apr
10
comment How can I allow the Editor Role to change Theme Settings?
@hakre FYI Direct variable assignments like that a()->b() will not work in PHP versions prior to 5.
Mar
7
comment Meta Boxes in Front End Post Submission Form
@Philip How do you pull the meta data after you add it?
Mar
7
comment How can I add an image upload field directly to a custom write panel?
@NetConstructor.com I suggest you create a question as that is highly outside of the scope of this answer.
Mar
4
comment <form> inside a metabox
Did you ever get to publishing the code for this? Or, is there a change you can post how you got the upload to work?
Jan
29
comment How do I show data from gravity forms in my template?
FYI, A Gravity Forms admin posted this snippet for a shortcode pastebin.com/kHpaHQvi as well.
Jan
24
comment How do I show data from gravity forms in my template?
@GhostToast Believe me I combed the docs completely and there isn't any information on how to achieve this.
Nov
17
comment How do I change the language of only the login page?
so this would simply revert to english and then switch back when I enter the admin area?
Nov
15
comment How do I change the language of only the login page?
I went for the plugin answer since this is slightly more hassle. For anybody else viewing, this answer also works. Thank You @CodeMonkey!
Nov
15
comment How do I change the language of only the login page?
won't this effect performance?
Nov
15
comment How do I change the language of only the login page?
@StephenHaris So I would just dump this into a my_plugin.php and place it in my plugins dir? Or do I have to create a whole plugin class and so forth?
Nov
15
comment How do I change the language of only the login page?
Can this be added to my functions.php?