Today’s an exciting day! I just adopted a great plugin from the WordPress.org plugin repository, Seamless Donations. This plugin makes it possible for non-profits to accept donations via PayPal in any WordPress website (except for WordPress.com). The original...
My new project, which sadly does not yet have a codename (or a T-shirt), will be using Google Fonts and allowing its users to use them as well. Here are a set of useful resources on Google Fonts: To use Google Fonts, you will need an API key. Here’s a quick,...
I want to be able to use multiple dials side-by-side. Here are some notes about making that happen. About extra margin at the bottom of the dial Setting the height may remove the bottom margin, like this. ‘attributes’ => array( ‘data-width’ =>...
This page contains notes derived from tech questions asked of APF’s developer. Code from the Field Type Pack They are in the directory admin-page-framework-field-type-pack/include/class/admin/demo. About changing the size of the date field in a widget You may...
I downloaded and attempted to build a small project with both Admin Page Framework and ReduxFramework. It quickly became apparent that there were some tangible differences. Admin Page Framework makes it very easy to create widgets, so I went to town building a DaysTo...