Tag: WordPress Tutorials

  • Add WordPress Dashboard Widgets

    Finally WordPress 2.7 is coming along with widgets in the dashboard area, so it will be possible to adjust your dashboard as you like. For Plugin or theme authors it’s even more interesting, since they can give the users additional value to their Plugins. They can offer information from their Plugin directly on the dashboard.…

  • 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…

  • OpenSearch – Search Field For Mozilla And Internet Explorer With WordPress

    Nowadays search field in your browser improved quite a bit, even IE supports OpenSearch format. But what is so great about OpenSearch and how easy it is to use with your WordPress installation has two aspects: WordPress comes already with OpenSearch and it’s easy configurable with XML. You just have to put a link in…

  • Sticky Function in WordPress 2.7

    With WordPress 2.7 you are able to make a post sticky, so this particular post will be showed on the top always. Before that you had to use a Plugin. You can activate this setting for a post in the publish area, where you edit the publish date. It’s pretty easy to do. But what,…

  • Secure Include Plugin In WordPress

    Some people use more and other less Plugins in WordPress. but it is allways advisable to check via code if a Plugin is active or not. That makes sure the theme wouldn’t break if the Plugin is not active. It’s pretty easy to include a little bit code to check for inactivity. I show you…

  • Use Metaboxes In Your Theme Or Plugin

    Not only the design changed since version 2.5. Also the markup was changed immensely, so there might be changes in the editor area, if you use pluigns, which implements data there. Here a little workaround, how to keep the design in editor area.