If you are a website owner and you want to modify your theme files or plugin files from the WordPress dashboard but you are missing Theme Editor under Appearance Menu or Plugin Editor under Plugin Menu? Maybe it happens because your website developer hardening your WordPress installation. Hardening WordPress installation makes your website more secure. […]
Author: dhimaskirana
How to Create Zip Your Code From Visual Studio Code
Hi broo 👋 In this tutorial, I will share about how to create a zip file of your code directly from Visual Studio Code without an addon. We need a terminal to execute our command line. For example, we want to zip the mahal folder, so we open the terminal from the themes folder. Right-click […]
How To Create Custom WordPress Admin Page
In this tutorial, I will share about how to create a custom WordPress Admin page. Create Top Level Menu First, we need to create a top-level menu using the add_menu_page function and place it on the admin_menu action. Create Page Callback Next, we need to create page content. On add_menu_page, we define the page_callback function […]
How to Enable WordPress Maintenance Mode Without a Plugin
Sometimes you need to put your website into maintenance mode and let your visitors and readers know what is going on on your website. There are many plugins to turn your WordPress site into maintenance mode. But in this tutorial, I will share with you how to enable your WordPress site into maintenance mode without […]
Tutorial Setup Localhost Mac (Apache2, MySQL 5.7, and PHP 8.1)
Haloo gaes, pada tutorial kali ini aku akan share tutorial cara setup local development tanpa menginstall aplikasi web server seperti XAMPP ataupun MAMP. Kita akan menggunakan beberapa fitur bawaan Mac OS. Mac OS yang aku gunakan saat ini adalah Mac OS Big Sur version 11.6.2 Apache2 Secara default Mac OS sudah terinstall apache2. Untuk mengeceknya […]
Tips Membuat Portfolio Untuk UI/UX Designer
Sebagai seorang designer khususnya UI/UX designer, sudah wajib banget bikin portfolio yang menarik. Tetapi masih banyak yang tidak tahu tips-tips bagaimana cara membuat portfolio agar lebih menarik. Portfolio yang menarik tentunya juga akan memberikan kepercayaan kepada calon client kita sebelum memutuskan bekerja sama dengan kita. Nah di tutorial kali ini aku bakalan share beberapa tips-tips […]