Installing Let’s Encrypt SSL on Cloudways
I recently just decided to make the switch over to Cloudways for my hosting platform and have been struggling through some of the changes. Cloudways offers a free SSL through…
I recently just decided to make the switch over to Cloudways for my hosting platform and have been struggling through some of the changes. Cloudways offers a free SSL through…
Here is the command to renew a Let's Encrypt SSL certificate on a Linux server using SSH: sudo letsencrypt renew
Here is how to change the number of posts that are display on a Taxonomy Template page within Wordpress. So let's say you want to show 20 posts of two…
The following snippet will remove the annoying Metabox on your pages that Slider Revolution adds. Just add this to your functions.php and watch the metabox dissappear. /** * Remove Rev…
Here is how to hide ALL update notifications in the Wordpress admin area for a specific username. So if you wanted to hide updates when your client logins to Wordpress…
The following bit of code will allow you to schedule content between two dates set in php. So if you want to have say an announcement show up on your…
If you want to add a front end form to login to your website you can do this using the following snippet of code on your template file. You can…