WordPress 2.6+ – How to Display Home Page in the Navigation Bar?
In this tutorial, we will see how to display the home page link (usually the posts page) in the main navigation of my free Wordpress themes: Yoghourt and Night Transition.
WordPress 2.7 introduces keyboard shorcuts for comments
With Wordpress version 2.7, we have seen a bunch of new features that make it the CMS of choice. One of them is the ability to browse and moderate comments via keyboard shortcuts.
WordPress – Exclude pages from search results
One way to exclude pages from search results is to install the Simply-Exclude plugin. Another solution I found to work pretty well is to add a filter in functions.php to only include posts categories instead of excluding pages from search results:
4 Ways to Exclude WordPress Category from RSS Feeds
Lately, I wanted to exclude a few categories from Wordpress Feeds. A search on Wordpress didn’t return any valuable information. So, I searched the Google database. Here’s what I found:
Sliding login/Signup panel using MooSlide (Mootools 1.2)
In this tutorial, you will learn to create an incredible login/register form using MooSlideBox 3.2 that will slide-in and close with a nice fade out effect.
Implement a sliding login panel in to WordPress with Mootools
This is the second part of my tutorial “Show/hide a nice Login Panel using Mootools 1.2″. In this tutorial, we will now see how to add the show/hide login panel into your Wordpress theme, pretty much like what I did on top of this page (click “login” on the upper-right corner to open the login panel). Before reading any further, read my previous post and come back here when you are done.