Author Archive

Design

50+ Beautiful White Kitchen Interior Designs for Inspiration

When you are going to redecorate your kitchen, the first thing you tend to think about is to choose
Featured

How to Sort Comments Reversely in WordPress

By default, WordPress displays comments according to time from the older to the latest. However sometimes we just want
Featured

How to Make jQuery Loading Faster in WordPress

By default, WordPress load its own copy of jQuery file located in wp-includes/js/jquery/jquery.js, calling wp_enqueue_script(‘jquery’). But loading the jQuery
Featured

10 Sass Tutorials Helping You to Create CSS More Easy

Sass (as known as Syntactically Awesome Style Sheets) is a meta language integrated with CSS that makes stylesheets more
Featured

What is Sass

Do you know what is Sass? Sass (Syntactically Awesome StyleSheets) is a scripting language that is interpreted into Cascading
Featured

How to Remove jQuery From WordPress Header

By default, WordPress include its own copy of jQuery file in your blog posts and pages headers, calling wp_enqueue_script(‘jquery’).