Excluding Pages from WordPress Search
When people visit my site and do a search, I assume they’re looking for results within my posts and not in any of my static pages. Too bad WordPress automatically…
When people visit my site and do a search, I assume they’re looking for results within my posts and not in any of my static pages. Too bad WordPress automatically…
I was just cleaning up some code on my site and noticed a small security hole in my comments sections. Every time I posted a comment, WordPress automatically added a…
For some reason, a lot of people seem to be using extremely long post titles. I am a firm believer in making a title as precise as possible to make…
This post has been updated in “is_child() Conditional Function for WordPress”. WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific functions…
I just stumbled across these two little pieces of code and thought that they might be useful to some people out there who want to mess around with the default…
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier for…
This is just a revamp of a function I wrote a while back to add the ability to limit the number of words displayed when you call the excerpt or…