Welcome to Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy

nginx.config file for windows server
AWS

nginx.config file for windows server

server { listen 80; server_name cms.prafulbhuskute.com/a; location / { proxy_pass http://localhost:3001; } } server { listen 80; server_name api.prafulbhuskute.co; location / { proxy_pass http://localhost:3000; }

Read More »
now active child theme in wordpress
WordPress

Create Child Themes in WordPress

Benefits of the child theme

It allows you to make your modifications portable and replicable of the parent theme
Keep customization separate from parent theme functions;
Allow parent themes to be updated without destroying your modifications;

Read More »
Custom Admin Page in WordPress
WordPress

Custom Admin Page in WordPress

function my_admin_menu() { add_menu_page( __( ‘Sample page’, ‘my-textdomain’ ), __( ‘Sample menu’, ‘my-textdomain’ ), ‘manage_options’, ‘sample-page’, ‘my_admin_page_contents’, ‘dashicons-schedule’, 3 ); } add_action( ‘admin_menu’, ‘my_admin_menu’ );

Read More »
CLI Commands

easy engine 4 Commands

Need to run after changes done in Server (AWS Backend) ee service restart nginx-proxy To Create WordPress Website ee site create exmaple.com –type=wp To Update

Read More »

Have A Project In Mind? Let's Get To Work