How To Create a Custom Database Query in WordPress with WP_Query
WordPress makes queries to the database depending on the current URL. When you have to create a custom database query, do not query the database directly. WordPress offers a robust…
WordPress makes queries to the database depending on the current URL. When you have to create a custom database query, do not query the database directly. WordPress offers a robust…
"Custom Post Type" is one of the most powerful WordPress features. By default WordPress supports two post types: post and page. There are many plugins for creating (and managing) custom…
Almost every WordPress theme these days offers users a responsive web design and obviously a mobile menu. But if you are a WordPress developer, you should know how to make…
When you create a WordPress Theme or a Plugin, you can write plain Javascript and CSS the old way. But the industry standard today is to use a “build tool”, which creates a single…
DokuWiki Setup is a simple guide to setup DokuWiki on Debian (or Ubuntu). However, you can use the following instructions on every Linux server (with small changes). DokuWiki is the…