Is it possible to remove the main rich Text box editor?
I am using the simple fields plugin to provide additional rich text editors and have no need for this ‘main’ text editor box on any of my ‘page’s
I am using the simple fields plugin to provide additional rich text editors and have no need for this ‘main’ text editor box on any of my ‘page’s
In response to Mike Schinkel‘s comment (see below) on my post about how to pre-populate content (essentially using a content template)…
I’m trying to mass delete 4000 images in a wordpress website. WP itself sets the max to 999, which would work fine and take a few minutes to delete them via the backend. However, I get REQUEST URI TOO LARGE because the backend form uses GET instead of POST.
Overview: I am not trying to return a post. I simply want the single highest value for a particular meta_value across all posts… just the value itself.
You may have learned already to reconfigure your WP3 so that it loads in MU mode, and set it for subdomains.
That’s strange issue I have on this one website. Similar to this problem and I am trying to get this fixed from last couple of weeks.
I have a query for a custom post type:
I’ve been writing some WordPress plugins, and I’ve been having some problem with WordPress putting magic quotes on POST and GET data.
I am using this script to get the last time a user logged in
I need to know is it possible to somehow erase the original image uploaded via Gravity form : post image – post field?! With the situation now I receive 4 images. 1 original (can be whatever user has on his PC – up to 4 MB which clutters the server) and 3 which WordPress creates according to specifications (thumbnail, medium, large). I would like to have the ability when user uploads the “original big image” to be deleted upon upload and be left with 3 remaining in media gallery?!. It will dramatically improve the storage on my server.