WordPress is growing in size and stature at an ever-increasing rate. In fact, the headline figures show that around a quarter of the web is powered by our favorite CMS. But, why are people drawn to WordPress? Who are its users? Today I want to look specifically at one of the most prominent groups of WordPress users: entrepreneurs. Why are aspiring money-makers, perhaps more than any other group, choosing to power their business with WordPress? Here are five reasons why WordPress and entrepreneurs are a perfect fit. 1. Like-minded people There’s a well-known saying: “like attracts like”; this certainly applies here. WordPress […]
Plugged in: Make your website more cacheable with Cache Buddy
“Plugged in” is a reoccurring feature on Torque that aims to take a closer look at different plugins each week. If you have any suggestions for plugins you’d like to see reviewed, write us at [email protected]. When WordPress users think of caching, W3 Total Cache and WP Super Cache usually spring to mind. These plugins have a combined 11.7 million downloads and are the go-to caching plugins for most of us. That’s not to say they’re perfect, though. In fact, all caching solutions suffer from one specific caching blind spot: caching pages for logged in WordPress users. In March, Cache Buddy was […]
On the WordPress REST API: Reflecting on the past and looking to the future
If you go to a WordCamp and spend anytime around developers, it is hard to not notice the excitement around the new WordPress REST API. The REST API team just released version 1.2 of the plugin, which they are continuously developing with the goal of merging it into WordPress core. It’s a big project, much bigger than Ryan McCue—who, along with Rachel Baker, leads the project—ever thought it would be. I recently spoke with Ryan about the challenges of such a huge project and about the complexities in creating a “universal API” for every WordPress site, as well as the plans […]
University of you: How to learn online marketing (for free)
So, you wanna be an online marketer? Build websites, rake in traffic, make money, am I right? Yet, maybe you are not sure where to start. Is there a course you can sign up for? Will your local college be able to help? Well, quick question: Do you know anyone who has a university degree in digital marketing? How about WordPress? How about how to run a website? Coming up empty? Me too. But how then does anyone learn online marketing? How do you get educated on how to run a successful website? Is there a secret school somewhere that […]
Improving your workflow with DesktopServer
If you’re a WordPress developer, you know that there are lots of helpful tools out there to choose from. In this article, we are going to take a look at ServerPress.com’s DesktopServer—a tool designed to help develop sites in a local environment, quicker and easier than ever. Launched in 2011 by ServerPress.com’s founder Stephen Carnam, DesktopServer has become a popular product amongst web developers looking for different ways to set up local development environments to reduce time on the initial setup of each WordPress site they’re working on. Because, after all, isn’t that the goal of every developer to save time […]
3 of the best free ad management plugins for WordPress
To find more great plugins, check out Torque’s free eBook, The Ultimate Guide to WordPress Plugins. Download it here. A popular way to monetize a WordPress blog is through display ads. These usually include banner ads provided by affiliate networks or display advertising platforms (such as Google Adsense). If you have one or two ads on your site, it may be easy to insert the ad with a text widget. but if you have multiple ads on your site, it can be difficult to manage without a dedicated ad management plugin. In this article, I’ll show you three WordPress plugins […]
Staying safe and DRY with register_meta()
I know this is probably going to upset, but this is the best way to save an input from a form to a post meta field in WordPress: update_post_meta( $post->ID, ‘_slug_number_field’, $_POST[ ‘number_field’ ] ); And yes, on its own that line of code is a terrible, no good idea. Most likely, you mentally rewrote it to something like this: if ( isset( $_POST[ ‘number_field’ ] ) && 0 < absint( $_POST[ ‘number_field’ ] ) ) { update_post_meta( $post->ID, ‘_slug_number_field’, (int) $_POST[ ‘number_field’ ] ); } Before I discuss how to make that first line of code acceptable, I […]
Are you using the social force of WordPress?
If you’re into Star Wars, one thing everyone can probably agree on is that The Force is pretty dang important. Not only does it serve as the means through which Luke saves the day, but it also acts as the underlying theme of the entire franchise. Which, yeah, is pretty important. Now, if WordPress were to have a force behind it, I’d have to say it’s the social element. Sure, the backend code is important, as is the easy-to-use dashboard. But when you get right down to it, the thing that serves to benefit WordPress users the most is ability […]
40+ resources to find free stock photos for your WordPress website
Is there a way to start an article of this kind without the stereotypical “they say a picture is worth a thousand words” kind of thing? I guess not. Well, at least I snuck it in without going for it directly. Anyway, there’s no denying that visuals are pretty important when it comes to web content. Being confronted with a full page of uninterrupted text can turn away even the most promising prospect. And that is because humans are highly visual creatures. In fact according to this graphic, visual information is processed 60.000 times faster within the human brain than […]
Are you a WordPress developer? You may be bringing service rates down
There’s an interesting debate developing in the WordPress community surrounding what a WordPress developer actually is and the dropping rates developers can charge. If you are a WordPress service provider, you’ve probably seen first hand both the explosion of WordPress developers (many of them under qualified), as well as a drop in the overall rates that are being charged. Let’s first discuss what is occurring with the explosion in developers, why rates are dropping, and some possible solutions you can implement. What exactly is a WordPress developer? Do a Google search for the term “WordPress developer,” and you’ll see developers […]

No Comments