Tag: free

  • Dynamic redirect to referrer in login

    I have a challenge creating a title for this tutorial, so to describe what it covers, I recently had a question regarding how to dynamically put a redirect back to the original content into the link to the login page.  In this instance, the user had customized how they were using the plugin and rather…

  • Disable the WordPress toolbar

    The “admin bar” is actually more correctly referred to as the Toolbar. But most people refer to it as the admin bar, so I’ve referring to it as such in this post so as not to confuse anyone. Removal can be managed with 3 lines of code to your functions.php file (or 1 if you…

  • Customizing WP-Members with pluggable functions

    IMPORTANT: This article remains here for legacy purposes. There are many users who utilize pluggable functions in the plugin and have not updated these processes to utilize hooks and filters. There are also articles buried in this blog that have customizations that use a pluggable function (if you find one, let me know). HOWEVER, pluggable…

  • WordPress site management best practices

    WordPress is a great tool and it has become an icon in the Internet world.  But with success of distribution comes the vulnerability of becoming a target for hackers.  Many of you have experienced what it is like to deal with hacking and malware.  Hopefully most of you haven’t experienced this yet.  This post will…