WordPress: How To Customize Log In Page

WordPress How To Customize Log In Page

Adding a few tweaks on your functions.php file will let you customize your login page. Here’s what you need to do. In your current theme directory (../wp-content/themes/your-theme-name), add a folder called “login”. Create a CSS file inside the login folder and name it custom-login-styles.css Next, add the following code into your functions.php file and save … Read more about WordPress: How To Customize Log In Page

How to Speed Up WordPress on Synology NAS

How to Speed Up WordPress on Synology NAS

Recently I have been seeing quite a lot of self-hosted WordPress websites, hosted from home on a Synology NAS. The increase in self-hosted websites aside, what caught my attention was quite the unbelievable latency in opening pages and processing requests of said websites. My website is extremely fast, with an impressive page speed, and has … Read more about How to Speed Up WordPress on Synology NAS

How To Change Upload_Max_Filesize on Synology NAS WordPress

How To Change Upload_Max_Filesize on Synology NAS WordPress

If you are hosting your website on a Synology NAS device, you’ve surely been wondering how to change the upload_max_filsize value from 2MB to 128MB for a higher upload capacity. In this article I will teach you not only how to change the upload_max_filesize value for your WordPress website hosted on a Synology NAS, but … Read more about How To Change Upload_Max_Filesize on Synology NAS WordPress