CAT | Wordpress Plugin Development
25
WP Plugin Development – Final Thoughts
0 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
In our last post we added more functionality to our plugin through the use of the jQuery.cookie plugin. This allowed us to keep of the user’s selection and maintain it throughout our site. This post is the conclusion of the wordpress plugin tutorial. Even though the bulk of the coding for this plugin is done, there is still more to do before releasing it to the public. Some of my thoughts on what else needs to be done follow.
21
WP Plugin Development – Adding Persistence with jQuery
0 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
In our previous post we added some very nice functionality to our plugin and for the first time in the tutorial actually saw jQuery being used to change the size of text within the body tag of our wordpress blog. We also noted that when the user changed pages, the text reverted to the original size. In this post we will be using a jQuery plugin to extend our plugin and make it much more useful.
18
WP Plugin Development – Adding More jQuery
0 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
In the last post of this tutorial I added a button via CSS and added in some Javascript includes. However, no functionality was added. In this post we will use jQuery to add our desired effect to our plugin.
16
WP Plugin Development – Adding Javascript and CSS
0 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
In our last post we added functionality to our admin section that allowed us to save and retrieve values. In this post we will begin adding functionality for the user. We will create a simple button via CSS on our site. We will also begin to add in javascript to handle when the button is clicked. This javascript will use the jQuery toolkit, which is already included with WordPress at this time.
15
WP Plugin Development – Adding Admin Functionality
0 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
Previously we setup the admin for our elasticFonts plugin and saw it appear in the admin. In this post we will add some functionality to the admin by allowing it to initialize, save values in the database, and retrieve values that are stored in the database. Thanks again to the developers at devlounge for some great ideas on this portion of our plugin.
14
WP Plugin Development – Starting the Class and Adding an Admin
2 Comments | Posted by johng in Wordpress, Wordpress Plugin Development
In the last post we setup the plugin and activated it in the admin. In this post we will setup the plugin as a class and create a basic admin menu. The idea of writing the plugin as a class came from the popular how-to series at devlounge. Please check them out for more info as I use their ideas frequently in this post.
