Display custom post types on your WordPress home or blog page

Want to display your WordPress site’s custom posts on the default homepage blogroll or on the page you set to be the default blog page? This requires making a conditional statement in your functions.php regarding is_home().

http://justintadlock.com/archives/2010/02/02/showing-custom-post-types-on-your-home-blog-page

Replace WP Next & Previous post with better Pagination

Replace your typical next and previous pagination ie:

with the example as follows to create better pagination. PHP

Password Protect more than just wp_content() in WP Password Protected Post

PHP

More Resources: http://stackoverflow.com/questions/3054245/how-to-make-a-custom-template-in-wordpress-work-as-a-password-protected-page http://wordpress.org/support/topic/how-to-password-protect-a-post-not-just-the-content-area http://wordpress.stackexchange.com/questions/70009/exclude-the-content-from-page-password-protection

Post Archive for WP Page Template with Pagination

PHP