Show Your Search Query in WordPress
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…
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 just came across this function today and thought I should share it. Whenever you add an image, or video for that matter, to a post, it becomes a part…
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…
I just had someone ask me why everything on their front page became bolded when they placed <?php the_content(‘(more’)); ?> in their code to use in conjunction with the more…
I have been developing some themes for WordPress and I couldn’t understand why they wouldn’t appear in the preview when they were selected. I went through all of my code…
I have been receiving a large amount of comments on my Magazine Basic theme and I was having a bit of trouble referencing certain ones, so I decided to add…
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…