CAT | Wordpress Plugin Development
12
WP Plugin Development – Plugin Setup
No comments · Posted by johng in Wordpress, Wordpress Plugin Development
The goal of this plugin is to provide a way for the user to change the font size of text on a wordpress site using jQuery. This post will cover the initial setup of the plugin folder structure and files.
(more…)
css · development · Javascript · jQuery · PHP · plugin · Wordpress · wp
12
WordPress Plugin Development – Introduction
No comments · Posted by johng in Wordpress, Wordpress Plugin Development
I have been using WordPress on a number of my sites for some time now and thought it would be interesting to begin developing some of my own plugins. I also wanted a chance to experiment with thejQuery Javascript library as I haven’t had a chance to do a lot with it yet. I stumbled upon a theme called Fusion that had some AJAX features I really liked. This theme is by digitalnature. Although I do like this theme, I like some of the base features of the K2 theme and have used that theme as a starting point for a few of my websites.
This presented a great opportunity to take some of the AJAX features I liked and turn them into WordPress plugins that I could use on different sites and with different themes. I have decided to create a series of posts on how I developed the elasticFonts plugin from start to finish. I hope that the reader finds this tutorial useful.
