Creating A Plugin Series
Creating Simple:Press Plugins: The NEW POST Class
Introduction This is the sixth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu Item Using POST OPTIONS Authorizations and Permission Sets In this article we will engage in an extensive discussion of one of the more important […]
Creating Simple:Press Plugins: About Authorizations and Permission Sets
Introduction This is the fifth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu Item Using POST OPTIONS In this article we will veer away from heavy coding and instead discuss the security model that underlies Simple:Press. To […]
Creating Simple:Press Plugins: Using POST OPTIONS
Introduction This is the fourth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu Item In this article we will discuss how to add an option on the front-end under POST OPTIONS. Just so that we’re clear, here […]
Creating Simple:Press Plugins: Adding Component Settings
Introduction This is the third in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the first couple of articles: Hello World! Adding Settings In this article we will discuss how to create a separate screen for component settings that will be located under the Simple:Press FORUM->COMPONENTS area in wp-admin. […]
Creating Simple:Press Plugins: Adding Settings
Introduction This is the second in our series of articles on constructing plugins/extensions specifically for Simple:Press. If you need a refresher you can find the first article here: Hello World! In this article we will take a look at how you can add settings to the Simple:Forum admin area that your plugins can use. Almost […]
Creating Simple:Press Plugins: Hello World!
Introduction This is the first in a series of articles that will cover how to create Simple:Press plugins. It requires that you have some familiarity with creating and deploying standard WordPress plugins. If you understand the WordPress plugin building process then a Simple:Press plugin just requires building upon that knowledge. Creating a Simple:Press plugin generally […]