Add Time to the Date Function in PHP
I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might like…
I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might like…
Wouldn’t you like to be able to display the actual search term entered by your user on the search results’ page? Good thing there is a very simple way in…
I created a plugin for the function I talked about in my post Retrieve and Display Images from a WordPress Post just in case there is anyone out there who…
This is something that most people who use PHP already know. I still think it is useful to mention it because some less experienced PHP coders might not have come…
I was creating a drop down menu for the categories in my Magazine Basic theme and I came across something that started to annoy me a bit. When you hover…
I have already mentioned a few ways to do this but I have discovered a few problems with my old code. I have improved this one quite a bit so…
When WordPress 2.7 came out, there were a lot of new features, most of which probably passed by under your radar. I know I missed a bunch and thankfully, I…
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…
WordPress widgets are great. They have tons of amazing functions and are extremely easy to use. The only problem is that not all themes support them. But that is a…
Sometimes, it is extremely difficult to find out if a function already exists in WordPress or if you need to create one yourself to get it to function how you…