| bio | website | sickhippie.com |
|---|---|---|
| location | Portland, OR | |
| age | 32 | |
| visits | member for | 2 years |
| seen | 19 mins ago | |
| stats | profile views | 80 |
Just another PDX WordPress dev.
|
Jun 5 |
suggested | suggested edit on Has anyone used require.js for handling plugin scripts? |
|
Jun 5 |
answered | Single database for multiple instances |
|
Jun 5 |
answered | Customer Support: TinyMCE stopped working (on some computers) |
|
Jun 5 |
answered | duplicate posts when trying to update a post using the wp_insert_post. |
|
Jun 4 |
answered | How do I make header.php use different css for different pages? |
|
Jun 4 |
comment |
Why Does the WordPress Twitter Tools Plugin give a 500 Internal Server Error? I used to use it too, back when I was blogging heavily a few years ago, and it was pretty awesome then. It's sad to see it fall by the wayside, but I've seen a lot of amazing plugins die off as the devs switch jobs, languages, and platforms. |
|
Jun 4 |
answered | Why Does the WordPress Twitter Tools Plugin give a 500 Internal Server Error? |
|
May 31 |
comment |
install tinymce plugin Since the 'base TinyMCE plugin' is not a plugin, but a part of WordPress Core, I strongly suggest you leave it alone and use hooks to modify it externally instead. Simply put, if it's not in /wp-content, DO NOT TOUCH IT. If the suggested plugin has too many features, go into that plugin's code and see what parts do what you want. Duplicate them, and go from there. |
|
May 31 |
revised |
How do I format the date in Event Organizer? Fix title, add link to plugin area |
|
May 31 |
suggested | suggested edit on How do I format the date in Event Organizer? |
|
May 25 |
comment |
How to generate thumbnails when needed only? How is thumbnails generated from the extra 990 images more of a waste of space and resources than 990 unused images in the first place? Wouldn't it make more sense to only upload the images you're actively using? |
|
May 25 |
comment |
Uploading DB to server from local is not matching the post dates Check for differences in your local environment vs your remote environment? |
|
May 25 |
comment |
How did you incorporate WooCommerce in your own WordPress theme? Check this thread here: wordpress.stackexchange.com/questions/33713/… |
|
May 24 |
answered | Support for simultaneous editing |
|
May 23 |
answered | why is the current page title being output? |
|
May 23 |
revised |
custom change in front page Fix grammar and link text |
|
May 23 |
suggested | suggested edit on custom change in front page |
|
May 23 |
comment |
How to disable TinyMCE from removing span tags Install it and try it out - if it works, then the problem is your code. If it doesn't, something else is overriding it at the plugin or theme level. |
|
May 23 |
comment |
Can a plugin deactivate itself? Well, if you're the only one with the capability of updating plugins, then yes - all require human intervention at some point. I'm not aware of any plugins that are able to update themselves, though. Wordpress will check for updates, but AFAIK it's always up to an end user to decide whether or not to run the update. Often when updating plugins, we don't check to see the 'success' or 'failed' message, especially in a bulk update (updating several plugins at once). That would be my first instinct. |
|
May 23 |
answered | Exclude category from category archive |