WordPress Development

Creating a WordPress Post Meta Widget, Part 2

This is the final installment of our two part series on building a simple WordPress widget that displays the current post’s meta information. You can see part one here. In this post, we’ll be adding some user-selectable options to our post meta widget. If you’re familiar with the widgets that are included with WordPress, most [...]

Creating a WordPress Post Meta Widget, Part 1

This part one of a two part series on creating WordPress widgets. Part one will cover the widget itself, and part two will cover creating the widget’s settings panel that appears in the WordPress admin. About the Widget We’re Creating For our website, I wanted to display the post meta information (such as the author, [...]