Archives for WordPress Tips and Tricks
How to Effectively Use SEO on WordPress
One of the reasons that WordPress is such a popular platform for creating websites of every shape and size is because it is famously SEO-friendly. This, coupled with the…
12 WordPress Hacks That’ll Improve Your Website Build Every Time
WordPress is the ultimate content management system (CMS). It's services help power governments, education centers, and one-third of the internet! Creating a WordPress website is a reasonably straightforward process. However, creating…
Here’s When You Should (And Shouldn’t) Use WordPress for Your Small Business’s Website
WordPress might not be the best choice for small business website for a variety of reasons. Let’s take a look at when you should and shouldn’t be using WordPress for…
25 WordPress Tips for Your Site
From entrepreneurs and small business owners to mid-size corporations, WordPress has a solution for everyone. It is easy to use (even for beginners) and helps users create their own website.…
WordPress Tips for Beginners
When you get started using the WordPress content management system it may seem a bit confusing for beginners, or you may even be wondering what the big deal is and…
How to add Flickr Gallery Widget to WordPress without plugin
Here you can find 4 step to add multiple instances Flickr Gallery widget into your WordPress Themes without the use of any Flickr WordPress Plugins
10 Useful Custom Functions For WordPress Themes
Here's a list of custom functions that you can insert into your WordPress Theme functions.php file to improve your development of new WordPress Themes
How to add description in WordPress nav_menu
Need to add a small portion of description to your WordPress nav_menu like above? Follow this simple step to do so. [php] if( !class_exists('Custom_Description_Walker') ): //////////////////////////////////////////////////////////////////// // add description to…
How to make TimThumb work with single site and multisite
For those who don't know what timthumb are. Check out the most popular image crop PHP used in WordPress. TimThumb was no doubt used by many popular free themes and…
How to remove annoying tag column in posts list
When working with a blog post, you may or may not use a tag to tag your post. in my case, I used a long list of tags for each…