Article: The WordPress Plugin Boilerplate Part 3: The Last Steps

An excerpt from http://www.sitepoint.com/the-wordpress-plugin-boilerplate-part-3-the-last-steps/ , by Firdaus Zahari

In the second part of this series, we prepared simple admin facing functionality for our plugin. We provided the users with an options page where they can tweak the plugin according to their preferences.

If you missed part 1 and 2, please find them below:

  • The WordPress Plugin Boilerplate Part 1: Speed up Development Using the WordPress Plugin Boilerplate
  • The WordPress Plugin Boilerplate Part 2: Developing a WordPress Plugin

For this article, we’re going to implement the public facing functionality of the plugin. This means that we’re going to retrieve the user preferences, determine whether that specific post is outdated or not, and display the notice accordingly on its single post view. Let’s get started!

Continue reading this article on SitePoint!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.