Posts Tagged ‘backend’

WP_List_Table – a step by step guide
WordPress Tutorials | March 27th, 2012 | by Latz | 23 Comments
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... read more...

Register Settings on WordPress Multisite
WordPress Plugins | December 21st, 2011 | by Frank | 2 Comments
The use of WordPress for several blogs in the network can be useful to simplify several steps and is becoming increasingly popular. Whether you want the classical scenarios of blog hosting service or like to... read more...

Restrict Mime Types on WordPress Media Upload
WordPress Plugins | December 17th, 2011 | by Frank | 2 Comments
WordPress has changed the library in version 3.3 - which I think is an improvement. The restrictions in terms of file types remains and you can control them via hook. So you can limit or... read more...

Activate WordPress Plugins Automatically via a Function
WordPress Hacks | December 13th, 2011 | by Frank | 7 Comments
WordPress stores the active Plugins in the database table options, field activate_plugins, so it is easy to change this value to activate various Plugins by WordPress; either as a Plugin solution after setting up a... read more...

Advent Calendar – WordPress, WPCron and the right Time
WordPress Hacks | December 12th, 2011 | by Frank | 1 Comment
WordPress offers a pseudo-cronjob functionality, which allows the developer to execute scheduled events. For example, the whole Update Notification does it. In these so-called Scheduled Events you can define your own jobs. Thereby you should... read more...

Advent Calendar – WordPress Editor: Preserve the scroll position
WordPress Hacks | December 5th, 2011 | by Frank | 11 Comments
WordPress has a nice editor, with which are several hundreds of articles written daily. But in my opinion the editor has an usability issue. Every time you save a post the scroll position of the... read more...



