A Chance: WordPress Plugin Competition
No matter for what reason we developed Plugins, whether hobby coder, professional or agencies working with clients, the variety of Plugins supports the continued growth of the WordPress community....
View ArticleWarning Message For Self Customized Plugins
Now and then you have to modify an existing Plugin for your own special needs. But you still get a message if an update exists for the original Plugin. If you modified the Plugin several month ago and...
View ArticleCheck If Required Plugin Is Active
It might be, that your own written Plugin requires another stand alone Plugin to be active. For example if you like to offer a version with enhanced functionality of a Plugin. There are certainly a...
View ArticleWordPress: Useful Default Configuration Settings Via Plugin
Everybody who installs WordPress quite often knows the problem: You always have to do the same adjustments, for example deleting the Hello World post. That cost time and money. Our friend Thomas Scholz...
View ArticleWordPress 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...
View ArticleWordPress 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 offers under "Tools" to import data of other...
View ArticleEasier 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...
View ArticleBest 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...
View ArticleWP_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...
View ArticleWordPress 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...
View Article