Home
David Angulo - Software Engineer
Cancel

How to create a separate login page in WordPress

In this tutorial, I will show you how to create a separate login page on WordPress. We all know that if you are running a WordPress website is that your admin login page is always known since it i...

How to upload your plugin to WordPress plugin directory

In this tutorial, I will guide you on how to upload your plugin to WordPress plugin directory. As of this moment, there are currently around 54K+ plugins in the directory. Even though there is a v...

How to pass value from PHP to JavaScript

In this tutorial we would be learning on how to pass value from PHP to JavaScript. Are you looking for JavaScript to PHP and not this one? You might want to view How to pass value from JavaScript ...

How to pass value from JavaScript to PHP

In this tutorial we would be learning on how to pass value from JavaScript to PHP. Are you looking for PHP to JavaScript and not this one? You might want to view How to pass value from PHP to Java...

How to add submenu in WordPress custom plugin

This tutorial will guide you on how to add submenu to your custom WordPress plugin. Many big plugins have this functionality such as Yoast SEO plugin. So if you’re building a plugin you might need ...

How to find out your PHP version in WordPress

This tutorial will guide you to find out what PHP version does your web hosting offer. Maybe you could also consider migrating from one web host to another if it does not meet your requirements. W...

How to setup Cloudfalre free CDN and SSL in WordPress

This tutorial will guide you on how to set up Cloudflare on WordPress and how CDN makes your site load faster and more secured through SSL technology on your WordPress website. Step 1: Setup your ...

How to abbreviate numbers in PHP

In this tutorial, we would be using a PHP function to abbreviate numbers in PHP. This will convert big numbers such as 1000 to 1K, 1000000 to 1M and so on. This will support up to trillions of numb...

How to setup Cloudfare CDN to your website

This tutorial will guide you to set up Cloudflare CDN to your website. This aims to share the knowledge about CDN and why you should use it. What is CDN and why should I use it? CDN (Content Deliv...

How to get free SSL certificate from Cloudflare

In this tutorial, I’m going to show you how to get a free SSL certificate from Cloudflare. This will turn your website from http to https making it more secure, reliable and more trusted among your...