Darrell Schulte and I spent a good deal of time this weekend updating my Simple Pull Quote WordPress plugin, and we are now looking for beta testers to download and test out version 1.0 beta (Note: This new version is still in development and might not work perfectly yet.).
Version 1.0 beta features:
- No need for custom fields! (However legacy support for custom fields still exists.)
- Added “Pullquote” buttons to both the html and visual editors.
- Updated CSS Code
Please leave feedback and bugs below, as I hope to release version 1.0 into the WordPress Plugin Repository later this week.
Thanks!
More posts from themightymo.com
Avada ThemeFusion loads 80+ javascript files on every page! DON’T RECOMMEND!
I inherited a WordPress site using Avada ThemeFusion, and it is experiencing really bad performance issues. After doing lots of my standard bag-of-tricks optimizations to little effect, I decided to simply count the javascript files. To my surprise horror, I found it was loading over 80 javascript files on every single page! (For comparison: themightymo.com…
Why I switched from WPMUDEV’s Defender Pro to WordFence for WordPress Security
A while back, I started using WPMUDEV’s Defender Pro plugin for security on all my WordPress sites. I made a decision this week to switch to WordFence. The conversation was forced on me, because I had a site using Defender Pro that was hacked. I do not blame Defender Pro for the hack, however, this…
How to Preload Font in WordPress Functional Plugin
use a plugin to do a bunch of optimizations on this site, but for some reason, the preloading of fonts is broken. So I rolled my own font preloading function and placed it in my functional plugin (You could also put it in functions.php). Here’s the code.