Only Allow post author and “Premium” Role user to comment
Good news, bad news.. Good news The logic behind it is really simple. You basically wrap the form inside of a simple if statement. if(condition){ /*Your form here*/ } else {echo ‘<h4>You need to be a premium account to post comments</h4>’;} Bad News You’ll need to code in another user role. This can usually be … Read more