Browsing Category
PHP AND WORDPRESS
What is: DDoS
DDoS short for Distributed Denial of Service attack is a type of attack on websites performed using bots. In a DDoS attack, hackers use bots to generate fake traffic so they can exhaust your server resources and crash your website. These…
What is: Child Theme
A child theme in WordPress is a sub theme that inherits all the functionality, features, and style of its parent theme. Child themes are a safe way to modify a WordPress theme without actually making any changes to the parent theme’s…
What is: cPanel
cPanel is a web based hosting control panel provided by many hosting providers to website owners allowing them to manage their websites from a web based interface. This program gives users a graphical interface from which they can control…
What is: CSS
CSS or Cascading Style Sheets is a style sheet language used to define visual appearance and formatting of HTML documents. WordPress themes use CSS and HTML to output the data generated by WordPress. Every WordPress theme contains a…
What is: Custom Backgrounds
Custom Backgrounds is a theme feature in WordPress which allows theme developers to enable support for background color and image customization. If custom backgrounds support is enabled in a theme, then the users can upload their own…
What is: Contributor
Contributor is one of the user roles in WordPress with predefined capabilities. A user with the contributor role in a WordPress site can edit and delete their own posts, but they can not edit or delete published posts. This makes…
What is: Custom Fields
Custom fields, also referred to as post meta, is a feature in WordPress which allows users to add additional information when writing a post. WordPress stores this information as meta data. Users can display this meta data by using template…
What is: chmod
chmod is a Linux/Unix shell command which is used to change permissions of files and directories. chmod is an abbreviation of change mode. Under some web hosting environments, a user may need to use this command to change some file or…
What is: Custom Headers
Custom headers is a WordPress theme feature which allows theme developers to enable support for customization of the header image. When custom headers support is enabled in a theme, the users can replace the default image used in the…
What is: Content Management System (CMS)
A content management system or CMS is a software that facilitates creating, editing, organizing, and publishing content. WordPress is a Content Management System, that allows you to create and publish your content on the web. Although it is…