Learn how to earn $125 or more per hour as a freelancer - Click Here
It is always amazing to designer incorporating different element of nature in their designs. This time the inspiration is cloud, sky and blue palette colors. In this post we are featuring some really beautiful website that used sky, cloud images and illustrations in their design.
Some of this website used stock images and some of them used vectors or combination of both. Nevertheless, the outcome is very professional and fun to see.

Read More
Learn how to earn $125 or more per hour as a freelancer - Click Here
Gray/Grey is widely used in web design. Gray us used for background color, link, link hover and many more. They best quality of gray is, its ability to blend easily with any colors such as white, black, blue and more. In those post, we are showcasing some of the most beautifully orchestrated websites using gray. [...]
Read More
Learn how to earn $125 or more per hour as a freelancer - Click Here
Dark design is always appealing to the viewers whether you are creating a website or poster design. Adding dark textures can take your design to next level because textures always makes your design pop and aesthetic. In this post we have collected some of the best dark textures packs on the web. In total there are more than 50 textures included in the post.

Read More
Learn how to earn $125 or more per hour as a freelancer - Click Here
Template tags can be used in your wordpress theme to display information dynamically or retrieving information about your wordpress blog. In this post we will show you some easy and useful wordpress template tag that you can use in your theme.
Template tags are codes that instructs wordpress “get” something/information for example to getting your wordpress blog description, title, category. The great part of using template tags is you can avoid using plugins, which can certainly make your website faster. Before we get started you should have the basic knoweldge of PHP, since wordpress is built on it. Also, just to make sure you must wrap all with codes with <?php (all codes here) ?> .
Listing Wordpress Categories
This tag is used to retrieve all the categories in your blog. You can also pass different parameters to exclude some categories or other functions. The simplest way to pull your category is :
[cc escaped="true"]
wp_list_categories(”);
[/cc]
The result you will get it is

Read More