How to increase the file size limit for media uploads?
How can I change the Maximum upload file size? I would like to be able to upload 10Mb at a time.
How can I change the Maximum upload file size? I would like to be able to upload 10Mb at a time.
Is there a way to temporarily disable revisions…. I have noticed that wp_update_post is very slow and creates revisions I don’t need.
The fix could be to disable revisions before issuing wp_update_post and re-enable the feature once done….
I’m using WordPress 3.4.2 for a private blog, i.e. one on which only I can post. Now, WordPress prevents me from uploading certain file types (like C# source files). As far as I understand it, there’s a white-list that defines what can be uploaded.
I’m setting up a site with a theme that takes advantage of the “featured image” feature of WordPress. Since my end users are not the most tech saavy in the world, I’d like to set things up so that the categories would have a default “featured image” assigned to the post. In the event of multiple categories assigned to a post, then it would simply take the first one.
Please help with menu registeration:
I have custom roles in my setup and I want to be able to automatically change a user’s role thru a function. Say user A has a SUBSCRIBER role, how do I change it to EDITOR? When adding a role we just:
My provider’s database server recently had some downtime and my site was displaying the classic “Error establishing a database connection” message for about an hour. I knew what the problem was but realised it would be useful if I was able to replace that message with something a little friendlier (ideally a more verbose message … Read more
WordPress allows adding descriptions to Custom Post Types whenever it’s registered. ( register_post_type(). I would like to output that title on the Admin Landing Page ( View All Post Type ) preferably underneath the title. I’ve looked into /wp-admin/edit.php but I’m not sure if the filter presented is usable in this case ( and thus it may not be possible to do ).
I’m new to wordpress and trying to learn my way through from making a theme.
Right now I am using wp_nav_menu to generate my menu
My menu consists of pages and categories
I’d like to have the backend of WordPress in English and use a different locale for the frontend