Tag: update

  • Hide Welcome Panel for WordPress Multisite

    With a major release update of WordPress, everytime all new functions will be displayed after updating. Basically a good idea, which displays all new features on one page. However, this is not always intentional. In the corporate environment, large groups of users aren’t interested in it, so that this screen only provides additional work for…

  • Publish Your Posts Later On Your Website

    I explained quite a while ago about publishing a feed with a certain delay. Of course you can do this also for your frontend. Thus, the content will be published to the reader only after a certain period of time. A little script as an example will show you how.

  • Batch Plugin-Update in WordPress 2.9

    In the past we have already informed you a little bit about the new features of the upcoming 2.9 version of WordPress – the development does not stop and the next version has many minor changes. Improvements in security, administration. WordPress 2.9 will have the possibility to update all your Plugins, which have an update…

  • Caution When Updating To WordPress 2.8

    Thanks to Heiko of WordPress Deutschland and Code Styling Project who brought up the problem on WordPress Deutschland: Users reporting me, that they are missing files, after they automatically updated to WordPress version 2.8 and there were a problem while updating. I checked out the WordPress Trac and found a brand new record, which confirms…

  • Update Informations Only for Admins

    If you only want to let users, who are privileged to receive information about updates and plugins, you should copy the following code to your functions.php of your theme. These users have to have the right “edit plugin” (edit_plugins) to receive updates. Alternative: use the plugin Secure WordPress, the plugin has inside the function to…

  • WordPress FTP Data With Constant

    Since version 2.5 it’s possible to update your Plugins automatically. It’s necessary to input your FTP information before you update your Plugin. It is very popular and an easy process, but I like to upload the newest version via my FTP client. How sure is the use of your FTP login information in your WordPress…