How to Get Your Twitter Follower Number in Plain Text

Twitter Follower Count in Plain Text

It’s easy to use a service like TwitterCounter.com to get a little chicklet button of your Twitter follower number. If you have that number in plain text though, then you can style and integrate it into your site much more attractively. In this post, I’ll show you how to get it.

You can see the end result in the top right of Tiny Buddha, a site I recently coded using Chameleon (Though this will work on any WordPress theme!)

Read More »

Working With WordPress Shortcodes

WordPress shortcodes are used frequently in plugins and themes as a way to achieve extra functionality, without the need to modify template files. You just type the shortcode word right into your post. Some plugins and themes use them to add event calendars, some for making announcements, while others use them for inserting contact forms.

Simply, WP shortcodes are awesome.

However, what if you’re a theme / plugin developer wishing to use them for your next great product, but you have no idea where to start? We’re going to fix that in this tutorial.

Read More »

How to Edit the WordPress RSS Feed

Edit WordPress Feed

Ever thought you could make some improvements to your RSS feed? Like letting it cover more (or less!) content? Or adding some extra details onto the end of your posts?

In this post, I’m going to show you how to do exactly that.

Read More »

Design Critique: B2Bbloggers.com

B2Bbloggers.com

B2Bbloggers.com is a B2B marketing site that features a lot of guest posts on B2B marketing, and highlights a lot of content from around the niche.

We’re going to take a look at the site’s design today, critique it, and work out how we could improve it. As we do hopefully you’ll learn to apply this same methodology to your own site.

We’ll be working through this design as a case study, redesigning each section along the way, so you get to see each item as we rework it, including the full before and after design.

Read More »

MyBiz Theme for WordPress Discount Code

MyBiz

Over on PliablePress, we’ve released our newest WordPress theme. MyBiz is designed for modern businesses who don’t want the “faceless-company” approach that customers are used to receiving.

It’s vibrant, colorful (You even get 5 color schemes to choose from!) and yet still professional and well organized. Most of all, we’ve put an extreme amount of care into the homepage, giving you 3 different ways to ensure your best content is highlighted and that your visitors go to the pages you want them to see.

Read More »

How To Write a Restricted Content Plugin

Restrict content to registered users

There are a lot of sites out there, particularly digital education sites, such as Net Tuts and Blender Cookie, that push out a lot of “premium” content that is only accessible to registered users.

In this tutorial, I’m going to show you some of the basics of writing a WordPress plugin from scratch that will allow you to restrict content on your site to registered users. You will be able to restrict complete pages / posts by clicking a check box or just sections of content using WordPress shortcodes.

Read More »

Custom Font Uploader for WordPress Themes

WordPress theme option panels were a tremendous stride in the world of theme development; they gave site owner’s the ability to modify various aspects of their site, without ever having to touch the code. Every great theme either has or should have an extensive options panel.

In this tutorial, I’m going to demonstrate how to add a custom font uploader to your options panel. This will allow site owners to upload any number of font files and apply them to different sections of the site.

Read More »