[…] of JavaScript libraries and frameworks available right now – more than there have ever been before – and I think that’s a great thing. If you’re a WordPress developer, odds are you’ve worked with at least one of three variations of JavaScript: jQuery since its included as part of core as is the choice […]
Search: “wordpress plugins” (Page 95 of 127)
We found 634 results for your search.
A couple of weeks ago, I worked through a series of posts on how to write a TinyMCE plugin for the WordPress editor (since the WordPress Editor is TinyMCE). In a recent project, one of the things that I needed to a build was a feature that allowed users to highlight text such that […]
[…] weeks ago, I shared a simple plugin that added a meta box to the post editor dashboard screen that demonstrated how to display post meta data within WordPress. After it was released, I received a few questions as to how one would go about displaying this information on the frontend of a WordPress blog. That […]
If you’re in the business of creating WordPress plugins for yourself or for others, then it’s likely that you’ve done work with custom post types. On top of that, there’s a chance that you’ve needed to introduce some functionality into a custom post type based on what’s selected in the plugin settings (which I discussed […]
[…] sure that they are capable of working through the items in the test plan. For one example, with a recent project, I broke down my test plans for WordPress plugins into the following sections: Installation and Activation Plugin Settings Individual Post (or Custom Post Type) settings From here, I the introduce sections for each of the elements […]
