Browsing Category

PHP AND WORDPRESS

What is: QuickPress

QuickPress is a compact post authoring module displayed on WordPress Admin Dashboard. QuickPress allows users to quickly create posts without opening the full featured post edit screen.It has all the basic things needed quickly publish a…

What is: Query

Query is a term used to describe the act of selecting, inserting, or updating data in a database. In WordPress, queries are used to access data from your MySQL database. WordPress is written using PHP and MySQL. Each time you are viewing a…

What is: Post Slug

The post slug is the user friendly and URL valid name of a post. Most common usage of this feature is to create a permalink for each post. WordPress automatically generates post slugs from a post’s title. However, it is not used in…

What is: Plugin

A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming…

What is: Primary Menu

A Primary Menu is the main menu selected as primary menu in the WordPress Menu Editor. A WordPress theme may support single or multiple navigational menus at different locations in theme. These menus can be edited using the built in…

What is: Press This

Press This is a special browser bookmarklet which can be dragged and dropped into a browser’s bookmark bar. When browsing an interesting web page, a user can click on the bookmarklet in their browser’s bookmark bar to quickly…

What is: Profile

Users on a WordPress powered website can edit their profiles from the WordPress admin area. Several preferences can be set here including the admin panel color scheme, keyboard shortcuts, and the visibility of the admin bar. Although the…

What is: Permalinks

Permalinks are the permanent URLs of your individual blog post or page on your WordPress site. Permalinks are also referred to as pretty links. By default, WordPress URLs use the query string format which look something like this:…

What is: Plugin Editor

Plugin editor is a simple text editor located at Plugins » Editor. It allows users to view and edit plugin files from within your WordPress admin area. Plugin editor has a text area where it opens the plugin files. On the right hand…

What is: Post Types

Post Types is a term used to refer to different types of content in a WordPress site. In 2003, WordPress was primarily launched as a blogging platform. Posts is a common blogging terminology that stuck with WordPress as it evolved into a…