If you have your sites on easyengine and none of your sites are down, you have to check if nginx is running fine. So I refreshed the services but then I got an error: It definitely looks like something's broken with the easyengine. I've googled the similar error code and found some results that suggested to restart the ngingx-proxy itself so I did: However, that was … [Read more...] about Fix easyengine error for global-nginx-proxy
General
Replace WordPress Widget Title Tag
If you want to change the heading tags to a paragraph for SEO purposes then you can use the following function: To successfully add the code you have two options: Edit your theme's functions.php file and insert the code thereInstall the Code Snippets plugin https://wordpress.org/plugins/code-snippets/ In WP Admin go to Snippets -> Add New (in the left sidebar)Add a … [Read more...] about Replace WordPress Widget Title Tag