Browsing Category

PHP AND WORDPRESS

What is: Fluid layout

In WordPress theme development terminology a fluid layout is a layout that uses proportional values as a measuring unit for blocks of content, images, or any other item that is a part of the WordPress theme. This allows the web page to…

What is: RSS

RSS, standing for Really Simple Syndication or Rich Site Summary, uses several standard web feed formats to publish content in a structured XML file for syndication. An XML file in this format is called an RSS Feed. This format allows…

What is: Filters

Filters are functions that WordPress uses to pass data through. Passing data through filters allows developers to modify the default behavior of a specific function. Functions used to filter data are called hooks. Filters and Actions…

What is: Excerpt

An excerpt in WordPress is a term used for article summary with a link to the whole entry. An excerpt can be auto generated by a WordPress theme or by using the <!--more--> tag inside the post content. Another way to create excerpts…

What is: Editor

In WordPress the term Editor may refer to a pre-defined user role in the WordPress user management system. Users with the editor role have the capability to write, edit, publish, and delete posts. This includes posts written by other users.…

What is: Domain Name

A domain name is a name used to identify a website on the internet. Beneath the surface, websites are associated with IP addresses. These are basically numerical addresses that tell your browser where to find the website on the internet. To…

What is: Dedicated Hosting

Dedicated hosting is a term used to describe web hosting packages that provide a dedicated server with dedicated resources to a single client. Dedicated hosting plans are ideal for WordPress websites with very large number of visitors. Many…

What is: DNS

DNS or Domain Name System is a system that points a domain name to physical IP address. For example, when a user types in www.example.com in their browser and hits enter, the DNS servers resolve it to the IP address where the website is…

What is: Default Theme

WordPress comes with a default theme to display the front-end of the website. This is the first theme that you see when you first install WordPress. The user can then replace it with any other WordPress theme. The default WordPress theme…

What is: Database

A database is a structured, organized set of data. In computing terminology a database refers to a software used to store and organize data. Think of it as a file cabinet where you store data in different sections called tables. When you…