How To Create a Custom Post Type in WordPress
"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…
"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…
If you are writing code, you need SSL for development. You can self-sign a "fake" certificate, but you will always get browser warnings. Not anymore! mkcert is an excellent tool…