« Back to posts
  • Viewed
    times
October 13, 2010

How To Disable Profile Page In Wordpress

  • Edit
  • Delete
  • Tags
  • Autopost

How To Disable Profile Page In WordPress Blog?

Posted by Shane on March 4, 2009 9:19 pm No Comments yet

Hi,

We can disable profile page option for wordpress blog. To do that we need to modify wp-admin/profile.php file as this:

define('IS_PROFILE_PAGE', true);

Change to:

define('IS_PROFILE_PAGE', false);

That’s it!

via bestwpthemez.com

Notes

Tweet
  • 0 responses
  • Like
  • Comment