Tag archives for permissions

Here is a handy little code snippet that falls into the basic category for WordPress but can prove to be extremely useful when customizing your installation. Whether you’re working with WordPress, WPMU or BuddyPress, these little tips will give you greater flexibility in building your community.
<?php if (is_user_logged_in() ) { //only logged in user [...]

If you enjoy the convenience and ease of theme editing through the dashboard of WordPress single user, here’s a way to bring that back into your workflow when you are editing MU template files. It can really slow you down if you need to transfer files via FTP in order to make a few simple [...]

Taken from:The WordPress MU Manual
Now you’ve uploaded WordPress MU your next step is to change the permissions on your public_html and wp-content directories plus delete .htaccess as follows:
1. Double click on top folder with the dots following it (clicking that takes you back up a folder level) this closes your public_html [...]

backtotop