How to block backend access to subscriber How can I block WordPress backend access to subscriber, and redirect them to home page? Insert this code on your plugin: <?php /* * Block backend … [+]
Redirect 404 Error to another page How can I redirect all or part of the error pages to another page? Website will generate a “404 Not Found” web page when a user attempts … [+]
Disable or remove RSS Feed in WordPress How can I remove all RSS feeds? When WordPress is used as a blog, RSS feeds are a great way (so 80’s) to follow new post. But when WordPress … [+]