Home > Tutorials > WordPress Dashboard Widgets

WordPress Dashboard Widgets

August 16, 2011 No Comments

Tags: api widgets wordpress

codex.wordpress.orgCreating widgets for the dashboard accessible on the WordPress back-end is a great way to communicate with your other blog users (editors contributers, etc.). The example code on this page is pretty straightforward and easy to understand. I don’t think it’s very interesting to learn how-to move the widget and it’s more interesting to know how-to create a widget. You can write widgets like plugins, except that you need to extend the widget class to get them into the widget list: class My_Widget extends WP_Widget { function My_Widget() { // widget actual processes } }

Source…

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>