Browsing Category
PHP AND WORDPRESS
What is: Comments
Comments provide your website’s visitors a platform to communicate with you and other readers. It allows them to add their input on the topic, ask questions, and provide feedback. They allows for community interaction around your…
What is: Category
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:…
What is: Cookies
Cookies are small files containing data sent by a website to store in user’s browser. Cookies are widely used on the web for storing information and providing a personalized browsing experience to users. Some common uses of cookies…
What is: Backlink
Backlink is a link one website gets from another website. Backlinks make a huge impact on a website’s prominence in search engine results. This is why they are considered very useful for improving a website’s SEO ranking. Search…
What is: bbPress
bbPress is free, open source forum software built on top of WordPress. It can be installed as a WordPress plugin into a WordPress powered website. Unlike older forum software, it is not clunky and doesn’t take up a lot of resources.…
What is: Admin Bar
The admin bar is a floating bar that contains useful administration screen links such as add a new post, see pending comments, edit your profile etc. It can be extended by plugins to add additional functionality for example SEO and more.…
What is: Absolute Path
Sometimes referred to as the file path or full path, the absolute path is the location of a directory or file in a computer. It contains the root directory as well as all other sub directories that contain the file or directory. Paths are…
What is: Administration Screens
The term Administration Screens is used to describe different sections of WordPress admin area. The reason for using the term screen and not pages is to prevent users from confusing an admin screen from Pages (post type) which can be…
What is: Autosave
Autosave is a feature in WordPress which automatically saves changes made to a post, page, or custom post type. It works on the Post Edit screen. Since version 3.6, WordPress also takes advantage of the local storage feature of user’s…
What is: Apache
Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation, Apache is an open source software available for free. It runs on 67% of all webservers in the world. It is fast, reliable, and…