Blog

Featured Post

Opportunities in Mobile Commerce

We all know that it’s important for our websites to be mobile-optimized, but what that means for e-commerce is quickly changing. No longer is it just about having a website that adapts to smaller screens, it’s making that experience equally enjoyable and simple. Consumers now want to be able to checkout from other apps. They want to search for what they need NOW.

jQuery is an open source JavaScript library which is designed to provide easy client side scripting for HTML (See: JavaScript). It works on all major browsers. In modern web design, jQuery plays an important role in adding client side scripting to web pages. jQuery is widely used to perform various...

The loop, or WordPress loop or simply loop, is PHP code that displays WordPress posts. The loop is used in WordPress themes to display a list of posts in a web page. Inside the loop there are some functions that are run by default to display posts. Theme developers can...

PHP is a programming and scripting language to create dynamic interactive websites. WordPress is written using PHP as the scripting language. Just like WordPress, PHP is also an Open Source. PHP is a server side programming language. When a user requests a web page that contains PHP code, the code...

A template tag is a PHP function used to generate and display information dynamically. WordPress Themes contain different templates and theme developers use template tags to fetch and display dynamic data. WordPress has many built-in template tags that can be used in WordPress themes. WordPress plugins and themes can also...

In WordPress, terms refers to the items in a taxonomy. For example, a website has categories books, politics, and blogging in it. While category itself is a taxonomy the items inside it are called terms. Before the custom taxonomies were introduced, WordPress had template tags to display tags and categories....

WP_Query is a class defined in WordPress. It allows developers to write custom queries and display posts using different parameters. It is possible for developers to directly query WordPress database. However, WP_Query is one of the recommended ways to query posts from WordPress database. Below is an example of a...

wp-config.php is one of the core WordPress files. It contains information about the database, including the name, host (typically localhost), username, and password. This information allows WordPress to communicate with the database to store and retrieve data (e.g. Posts, Users, Settings, etc). The file is also used to define advanced options for...

MySQL is a database management system that is used by WordPress to store and retrieve all your blog information. Think of it this way. If your database is a filing cabinet that WordPress uses to organize and store all the important data from your website (posts, pages, images, etc), then...

Shortcodes in WordPress are little bits of code that allow you to do various things with little effort. They were introduced in WordPress 2.5, and the reason to introduce them was to allow people to execute code inside WordPress posts, pages, and widgets without writing any code directly. This allows...

Category is one of the pre-defined taxonomies in WordPress. It is used to sort and group content into different sections. A website publishing content on a variety of topics can divide their website into sections using categories. Example: A news website can have categories for articles filed under News, Opinion, Weather, Sports, etc....

Ask Me Anything About Red Clay Creative

Get fast, informative answers