Your Place for WP Dev & Design Resources.

We are on a mission to offer you useful resources for WP dev & design.

  • Fix WordPress login redirect loop when accessing wp-admin

    There are several ways you can fix a redirect loop in WordPress. However, I was facing a redirect loop problem when trying to login to wp-admin. The solution #4 was the one that helped me log in to wp-admin without any ssl redirect loop. 1. Replace .htaccess content Make a backup of your .htaccess by…

    Read More

  • Fix easyengine error for global-nginx-proxy

    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…

    Read More

  • Replace WordPress Widget Title Tag

    Why would you need to replace the WordPress widget’s title tag? There are situations when you purchase a theme or get a free theme that was created without any SEO in mind so the widgets title tags are either an h2 or an h3 and you certainly don’t want that. How can you replace the…

    Read More