digital-skraps
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to show single post content in sidebarthis absolutely does not work for pages and when putting the original listed code in the sidebar, it kills the loop and returns an error for the main content region.
Forum: Plugins
In reply to: Password ProtectedAwesome Thank you!
Forum: Plugins
In reply to: Password Protectedi need something similar but quite different.
i need everything on my site password protected forcing login by all my users. this site for a client is private and just for employees, they register, login but if they type index.php without logging in itll tell them to log in.
any help?
Forum: Plugins
In reply to: Password Protectedi need something similar but quite different.
i need everything on my site password protected forcing login by all my users. this site for a client is private and just for employees, they register, login but if they type index.php without logging in itll tell them to log in.
any help?
Forum: Fixing WordPress
In reply to: Display visitor user name<?php global $current_user; if ( isset($current_user) ) { echo $current_user->user_login; } ?>This was able to achieve what was needed