| bio | website | ottopress.com |
|---|---|---|
| location | Memphis, TN | |
| age | 37 | |
| visits | member for | 2 years, 9 months |
| seen | 6 hours ago | |
| stats | profile views | 826 |
Tech Ninja at Audrey Capital.
Moderator of WordPress.org support forums.
Writer of Otto on WordPress.
Random spewer of nonsense on Nothing to See Here.
Man about town.
|
2d |
answered | Wordpress functions give fatal error in included php file |
|
2d |
comment |
Wordpress overwrites UNC In multisite, super-admins have the unfiltered_html capability, which allows them to do lots more types of things in posts than normal users do. |
|
2d |
comment |
Where does the time get pulled from in the_time() If you were using any sort of non-english language pack, or that was a possibility, it might be better to just always use date_i18n() instead, to ensure proper translations. For this particular Q it doesn't matter, but it's a good habit to get into. |
|
2d |
reviewed | Approve suggested edit on filtering custom post types via meta data drop down |
|
May 16 |
answered | Consequences if using PHP include TEMPLATEPATH? |
|
May 15 |
answered | How to change the text generated by <!--more--> Tag |
|
May 15 |
answered | Use oEmbed in List Items |
|
May 13 |
comment |
the_post_thumbnail(“size”) returns same image for all sizes except thumbnail Do the sizes in question actually exist for the uploaded file? WordPress creates the resized images at the time of the upload, and if the sizes were not set when the file was uploaded, then the resized images would not have been created, and so trying to get those various sizes won't work. |
|
May 13 |
answered | ol children instead of ul children |
|
May 13 |
comment |
Why does My WordPress site keep getting hacked? Have you considered switching to a different host? |
|
May 12 |
answered | Open graph metadata isn't pulled on Facebook until after I run that specific link through the debugger |
|
May 11 |
revised |
Why is the Settings API is not saving my array of options deleted 11 characters in body |
|
May 9 |
revised |
Why is the Settings API is not saving my array of options added 1 characters in body |
|
May 9 |
comment |
Why is the Settings API is not saving my array of options Yes, but I meant the "name" attributes, not the "id" attributes. The name is what the key is of the key-value pair being sent back. |
|
May 9 |
answered | Viddler oEmbed not working with specified width |
|
May 9 |
answered | Why is the Settings API is not saving my array of options |
|
May 9 |
reviewed | Approve suggested edit on pagination tag wiki |
|
May 9 |
reviewed | Approve suggested edit on javascript tag wiki excerpt |
|
May 9 |
reviewed | Approve suggested edit on javascript tag wiki |
|
May 8 |
comment |
How to add exception to Wordpress's web.conf No, WordPress checks the file permissions before overwriting the web.config file with its rules. Meaning that if you change the rules, then make it not writable, WordPress won't overwrite your changes. |