Tag: WordPress

  • Use JavaScript Libraries In And Of WordPress

    If you develop in and for WordPress, it’s advisable to use a library of the core and a Plugin for the the library with the desired effect. Same for theme and Plugin authors. If you use a function of WordPress to implement JavaScript, you will have less complications and the compatibility between Plugins is much…

  • Moving Your WordPress Blog To A New Domain

    Many blog owners are scared and hesitated to move their blog to another domain because they fear to lose their visitors, downtime and other complications. I will show you now how to get rid off this fear and how to avoid problems while you moving.

  • We Made It On The List Of The Coolest Blog Powered By WordPress

    Yee haw!!! Today we made it on the top 20 list of the coolest blog powered by WordPress on WP Freedom Blog, thanks guys!!! Now it’s time to vote for the coolest blog ever. It would be a great support if you help us to be the one. Just go to their voting list and…

  • Easy Way For Advertisement In WordPress

    Since version 2.5 WordPress introduced the shortcode API, more detail about it in our article „WordPress Shortcode API“. Recently I had a task which is surely common, but with the help of shortcode API and custom fields very easy to solve. I had to include some advertisements (in german: Werbung) into some articles. In each…

  • WordPress Shortcode API

    WordPress 2.5 extended the tagging function and added many little features. Among others the shortcode API for example, where you can add strings to a content in a fast and easy way. This makes the call from other functions in Plugins or theme functions much more easier. The possibilities of shortcodes are immense, many other…

  • How To Improve WordPress Plugins

    With the upcoming WordPress release version 2.7 the menu changes to the vertical. This offers several features to the author which we already mentioned in some other posts. But this time I explicitly address Plugin authors and ask them to make their Plugins more user friendly in terms of usability. I will show only two…