by itwebresources on May 24, 2013
Learn how to theme WordPress with the Naked WordPress theme. This is not your ordinary bare bones theme, Naked WordPress assumes that you know nothing about WordPress theme creation. This theme is designed for designers that don’t have the time to learn the WordPress Codex. Every single piece of the template files is commented so [...]
by itwebresources on May 21, 2013
This is a nice little WordPress code snippet when you wish to restrict page view to authenticated users only. We can achieve this using WordPress is_user_logged_in() function. This function will return true if user is logged in, false otherwise. In WordPress individual pages can be set to use a specific custom page template which you [...]