the_tags only showing when logged in?

The code you posted work just fine , logged in or not . I have confirmed it on my server in multiple locations. There is something else in your theme that is causing it . do you have any other conditional tags there ? like is_admin() is_user_logged_in() or any other ?? Any plugin you installed … Read more

Problem with permissions in wp-content/plugins

Best thing to do is check the WP docs themselves for correct file/folder permissions and how to change them, if needed: http://codex.wordpress.org/Changing_File_Permissions Typically, all files should be owned by your user (ftp) account on your web server, and should be writable by that account. On shared hosts, files should never be owned by the web … Read more

iis6 multisite and permissions

The solution was not that there was a permissions issue. Since iis6 doesn’t use .htaccess it required installing Ionics Isapi Rewriter Enabled on the webserver you then insert essentially the same content as a the .htaccess file into an iirf.ini file in the root of the site you want and the content becomes available. Much … Read more

how to allow unregistred users to view normal posts [closed]

It is a strange and rare bug. While publishing our last post we checked the “Blog” and some other categories in the category section. In our previous posts we never checked the “Blog” category. Initially, when I tried to reproduce the bug, I didn’t noticed it. We again tried to reproduce the bug and this … Read more

What capability is required to view posts, scheduled in the future, by someone else?

I found Future posts are not exactly a different capability. In WordPress Roles and Capabilities I found edit_others_posts is available by default for Super Admin, Administrator and Editor. I think it will be a right way you can proceed. (Not tested though) And additionally try with edit_published_posts, publish_posts etc.