How to Renew Let’s Encrypt SSL through Ubuntu SSH
Here is the command to renew a Let's Encrypt SSL certificate on a Linux server using SSH: sudo letsencrypt renew
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…
Here is how to change the parent slug permalink and also apply it to the children. For example if you have: http://example.com/monthly-event-list/child-page/ And you want to change it to: http://example.com/events/child-page/…