In WordPress, widgets are blocks of content that you can add to your site’s sidebars, footers, and other areas. Ever visit someone’s blog and see a photo, signup form, or menu in the sidebar? Those are all widgets. Each widget can add a feature or… Read More »
WP_Query
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… Read More »
WordPress.com
WordPress.com is a propriety blog hosting service provider. WordPress.com is not directly related to WordPress.org which is home of the most popular open source CMS software, WordPress. Even though WordPress.com blog hosting service uses WordPress at its core, there are several limitations to WordPress.com. You… Read More »
WordCamp
WordCamp is a term used for locally organized WordPress conferences. They are paid for, attended, and organized by local WordPress communities around the globe and cover everything related to WordPress. WordCamp.org and the WordPress Foundation publish guidelines that every WordCamp around the world follows. The… Read More »
wp-config.php
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… Read More »
WAMP
WAMP is sometimes used as an abbreviated name for the software stack Windows, Apache, MySQL, PHP. It is derived from LAMP which stands for Linux, Apache, MySQL, and PHP. As the name implies, while LAMP is used on Linux servers, WAMP is used on Windows… Read More »