Customizing WordPress: Don’t Reinvent the Wheel

The greatest single feature of WordPress is how easily it can be customized.  As a matter of fact, you’ve probably been on websites that you did not even realize were powered by WordPress.

WP is much more than a blogging platform.  It can be a full-blown CMS.  All it takes is some elbow grease.

With that in mind, the other great thing about WordPress is open-source coding.

I’ll go out on a limb and say that 90% of the functions, designs, and layouts you want for your WordPress site already exist somewhere else.  If you want it, chances are that someone has already made it happen.

When creating your template, do not reinvent the wheel.

My advice is to find a prebuilt template that accomplishes the majority of what you want on your site.  It does not have to be exactly what you want, just somewhat in the neighborhood.

Get that template in your hands (either paid or free), and use it as your “launch pad.” [Read more...]

How to Make Your Own WordPress [Shortcode]

Making your own custom WordPress shortcode is actually very easy to do.  All you need to do is add a little bit of code to your site to generate a new WordPress shortcode.

Everyone loves the convenience of shortcodes such as the built in WordPress gallery shortcode.  All you do is put [shortcodehere] into your post, and the gallery shows up

You may have used some plugins that implement their own custom shortcodes as well.  For example, if you want a poll in your post, your plugin may just tell you to throw something like this in your post:

[poll id=43]

That tells your blog to go get poll number 43 and place it into the post with all the proper formatting. [Read more...]

Got Speed? The Problem with Slow Loading Blogs

Does your blog load slowly?  C’mon.  Be honest…we’re all friends here.

If you are not the tech savvy type, I’d be willing to bet your site loads slower than it should.  Most amateur bloggers (and some professional ones) are not very good developers.  Here’s where I would normally make the case for hiring a firm like BlogCraving to handle these things for you, but this time I will spare you.

Let’s just jump right to the point and find out if your site is a load hog.

The speed test

Head on over to tools.pingdom.com.  This site will tell you definitively how fast your site loads.  All you have to do is put in your website’s URL and run the test.  It will show you the load time for every single element on your site.

Pingdom Tools 480x142 Got Speed? The Problem with Slow Loading Blogs

Then, just scroll down to the very bottom of the report to see the total load time for your site.  [Read more...]

How To Convert PSD to WordPress Template

screenshot convert psd to wordpress theme How To Convert PSD to Wordpress Template

Have you ever tried to look for step by step instructions or a quick tutorial on how to convert a PSD file into a fully functioning WordPress theme or template?

Our BlogCraving eBook will provide you with an illustrated guide in full color on how to create your very own WordPress theme.  Whether you already have a PSD design or plan to make one in the future, this eBook will show you how to get it converted into a WordPress theme quickly and easily.

Update

This eBook is now completely free!  Visit our new instructions page on how to convert a PSD file into a WordPress Theme Template with illustrations.

Now you can convert your own template designs into WordPress templates for free. Just follow these simple instructions.  This popular eBook used to be $1.99 and is now completely free.  Check it out for yourself today.  No sign up, no charges, just completely free.

Keep it Simple

Keep your blog layout as simple as possible.  Make it easy for your users to do exactly what they want to do with as few clicks as possible.

0 Keep it Simple

Test Your Site with Other Internet Browsers

Once you really get into customizing your blog template, look, design, and functions, you may run into some cross browser compatibility issues.  What does that mean?

Basically, your site may not look the same in Internet Explorer as it does in Mozilla.  Your site may not look the same on a PC as it does on a Mac.  This can be very frustrating because new designs are often a labor of love.

There’s nothing more frustrating than finding out your design/coding only works correctly on Firefox or only on IE.

So without having to buy a Mac and a PC, and without having to install every operating system known to man.  Well, there’s an easy solution, and it is FREE!

Visit browsershots.org.  Enter your URL or page you want to test.  Then check off the browsers you’d like to use.  Click submit.

Refresh the page in a few minutes and the system will have uploaded screenshots of your site in all the browsers you selected.  Then, you can verify for yourself that your page is in fact displaying correctly.  If not, you’ll see that too.

Give it a try, and let us know how it went.

How to Build a Widget

The widgets are here!

Ever want to make a HOT widget for your blog content? No idea how? Sprout Builder has you covered.

Sprout lets you create amazing looking widgets in any size or shape you choose. You can pick from some starter templates, or build your own from scratch. Feed in your content, and boom…you’re done.

The tool also lets you instantly publish your widget on Facebook, MySpace, etc. This is a sample widget they made (below). Pretty cool.

How to Make a Favicon for Your Website

Ever wonder how those little icons get up in the address bar of your browser (pictured below).  Well, it’s actually pretty easy to do, and it really ads a professional flavor to your site.  It also helps with brand awareness.  Many RSS readers will also pull in the favicon with your feed making your feed more identifiable among others on a page.

favicon demo How to Make a Favicon for Your Website

What does “favicon” mean? It means favorite icon.  They were originally made to be custom graphics used when people added a site to their browser favorites.  Distinct icons make it easier to find what you want when digging though a long list of links.

So how do you make one? Lets use the iCast Limited logo as an example.  We took what we call our pinwheel off of our logo and made it into a complete circle.  So that was the base from which our favicon was derived.

The specs for a favicon are that they must be 16×16 or 32×32 in dimension.  Most often, the browser will simply size down a 32×32 to the size needed to fit the bowser.  Generally speaking, a 16×16 favicon is restricted to 16 colors.  A 32×32 may be up to 256 colors.  However, it is always smarter to develope your art to the lowest common denominator.  So stick to the 16×16 with 16 colors if you can.

The favicon file format.  Once you have your favicon designed, there is a very specific file format that you must save the art as.  It cannot simply be a jpg or gif.  The favicon needs to be saved as a .ico file.  Also, the file must be named favicon.ico.  That’s required. [Read more...]