One of the advantages of running a plugin review site is that I come across some really interesting and functional plugins that nevertheless remain a little too hidden from the community. Over the past couple of weeks, I’ve been using one such plugin, PrettyPress. If you have a content heavy website, like a blog, then you know that previewing your post can be a bit of a hassle. It usually means leaving two browser tabs open, one where you can edit your post, and one where you can keep the Preview open. Then, it’s just a matter of hammering the […]
Great Plugins for WordPress Beginners
A few weeks ago, I shared a few developer plugins that I’ve incorporated into my WordPress workflow. The feedback was extremely positive, but not everybody out there is a developer. There are a lot of people coming to WordPress, or even CMS’s, for the first time, and the transition can be a bit overwhelming. The following is a list of great WordPress plugins for beginners, that can hopefully get anyone started on the right foot. Again, I give you the list in reverse alphabetical order. WP Caregiver: FREE As you get started with the WordPress admin, there will be a […]
Moving From WordPress Development to Back-End Development
As a front-end developer, most of my back-end experience has come from developing WordPress sites. In fact, the first back-end language that I “learned” was PHP, and even that was just enough to develop WordPress. For the past few months, I’ve been experimenting with back-end languages a little bit, building (very simple) apps using first Laravel, then a little bit of Python, and finally NodeJS. I’m sure that there are some developers out there that are looking to take the leap from WordPress development to proper back-end development. As I’m starting to get more and more involved with these languages, […]
Updates to the Jetpack Plugin
Late last week, the Automattic team released the newest version of Jetpack, which included a few notable updates worth taking a look at which should make some people’s lives easier. Full disclosure: I use Jetpack, but not all the time. For content-driven sites I find it useful, but with larger sites I’ll usually leave it off. That’s just where I stand. Markdown Support I remember when John O’Nolan first pitched Ghost to the WordPress community, one of his major sticking points was a cluttered post editor with lack of Markdown support. With the newest version of Jetpack, Markdown is now […]
Developer Plugins I Can’t Live Without
When you’ve been developing for WordPress for a while, you get into a bit of a flow, and you end up reaching for the same tools again and again. And if you’ve reviewed as many plugins as I have, you probably will come across quite a few useful ones. I’ve found that each time I install WordPress fresh, there are a few plugins I install immediately, no matter what the project. They’ve helped me out quite a bit, and I’m hoping they might help you all too. Here they are, in reverse alphabetical order. WP MigrateDB Pro: $40 – 300 […]
Rethinking the WordPress Editor
Over the past couple of weeks there have been a couple of feature tweaks and improvements in the mix for WordPress’s content creation experience. First, the UI team is making some headway on a functional front-end editor which allows users to create new posts, upload media, and change metadata—all from the front-end. It’s being designed from the ground up to provide a great UX and a barebones UI. A user will be able to use WYSIWYG tools in the admin bar and modal windows for creating galleries and adding custom fields, all without having to move to the back-end. You’ll […]
MotoPress and the Merits of Drag and Drop
Last year, John Saddington wrote a piece for WP Daily (R.I.P.) about the plugin MotoPress, which led to a rather interesting discussion about drag and drop functionality in WordPress. MotoPress has since refined and released a version of their plugin, and I thought it might be a good time to revisit the plugin and the issue. MotoPress Content Editor Think of MotoPress as a drag and drop post editor. Basically, you create a new post, then click a button to enter the “MotoPress Content Editor,” a unique editor where you can drag and drop various components into place. There are […]
Core Trac Gets Some Improvements
One of the biggest barriers of entry for new users looking to contribute to WordPress core development is Core Trac, the bug and issue tracker for WordPress. Thanks to the efforts of Andrew Nacin, that barrier of entry has been lowered a bit with some great improvements in the new year. Trac has had a bit of a facelift, both aesthetically and functionally, to make it a bit easier to navigate and use. Thought it might be good to check in and let you know what’s new. The most obvious change is the few design tweaks that were made. The […]
On Shortcodes
In my work reviewing plugins for Tidy Repo and here at TorqueMag I come across shortcodes. A lot. If a plugin has some sort of front-end output, then you can bet that it will use a shortcode to accomplish this task. Shortcodes have made their way into theme development as well, and often times become almost proprietary in nature, chaining a user to a plugin or theme. In the year 2014, I think it might be time to start looking outside the box, and using the WordPress API more extensively to accomplish our goals. A Short History of the Shortcode […]
Features As Plugins: How Are We Doing?
WordPress 3.8, now released in its redesigned glory, was the first WordPress version to make use of the new feature as a plugin development process. I think now might be a good time to take stock of the new initiative and see how it’s been going. Feature as a Plugin? What’s That? Well hello curious WordPresser. Feature plugins were formalized in the development process last August. In truth, the idea has been around for a while, but it is now the official methodology of the WordPress core team. Basically, new features are developed in plugins first, then rolled into core […]
1 Comment