Tag: WordPress Plugins

  • WordPress Pulse? – Heartbeat API

    With WordPress 3.6, there will be a new API – Heartbeat. On Ticket 23216 in Trac all discussions and information be gathered together. Because Heartbeat may also have influences for users, here are some words and clues. Heartbeat is introduced to various activities, such as Autosave, locks of articles and to handle logon and logoff…

  • WP_List_Table – a step by step guide

    WP_List_Table – a step by step guide

    Throughout WordPress the class WP_List_Table is used to display data, e.g. users, plugins, comments, or posts. The class contains almost all necessary methods for displaying, sorting, paginating, and searching data and and what is more obvious than to use it for your own plugins? This article tries to give you a comprehensive walk-through all necessary…

  • Best Practice for Multilanguage WordPress Content? New Plugin!

    Best Practice for Multilanguage WordPress Content? New Plugin!

    Since the beginning of WordPress the desire to publish the content in different languages is huge. But the topic can quickly become complex, because not only the rendering of content in the form of text in different languages ​​is an issue, we also have to take care of the meta data for content, for images…

  • Easier Plugin Development by Moving Plugin Directory

    Easier Plugin Development by Moving Plugin Directory

    If you’re a experienced programmer you’re testing your programs not only with the latest version of WordPress but also with some older versions since there are many dated installations. So you have several versions installed on your development server and want to test your newly created code with every single version.

  • WordPress Import Not Include In WP Core

    WordPress Import Not Include In WP Core

    WordPress came with several new or changed features – one feature which changed is the functionality to import content from other systems.

  • WordPress Plugin Development: Style Your Message Boxes

    Displaying a message to the user after he started an action belongs to a good usability. In the era of Web 2.0 applications, the user is expecting such optical signal after his actions. Also WordPress Plugin developer should give the user a result message, if necessary, provided with further information. The WordPress admin area often…