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 website SSL ee update example.com --ssl=le To Website path in easy engine 4 cd /opt/easyengine/sites/ To delete Website ee...
EasyEngine v4 is a command line program to easily manage your WordPress website. How To Install and Use EasyEngine (EE) v4 on Ubuntu EasyEngine makes it very easy to manage WordPress website In order to install it on our Ubuntu server, we need to...
How to update SSL Certificates in EasyEngine 4 In easyengine 4 we can update single website SSL Certificate and also multiple website SSL Certificates in one command you need to login as root user in Server. Following are the command to renew SSL certificate...
3D Card With Hover Effect only using HTML & CSS reference 3D card Display with Hover Effect 3D Card Design with Hover Effect Output: 3D card Display with Hover Effect 3D Card Design with Hover Effect Credit: Coding Master youtube channel Reference Video Coding...
How to Remove Pages and Posts from Search Results in WordPress Here is code for removing pages from search in WordPress add the following code in a function.php file Just replace the array with your page ID’s function exclude_pages_from_search($query) { if ( !is_admin() &&...