Shorten Your Post Titles in WordPress
This is not a function that you would need to use often, but I came across a reason to use it recently and I thought it might be a...
2 comments
This is not a function that you would need to use often, but I came across a reason to use it recently and I thought it might be a...
2 comments
RSS feeds are everywhere, and sometimes it’s a good idea to display one to keep people in the loop of important posts from your site, or sites you think...
16 comments
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...
3 comments
I was developing a WordPress site for a client who required multiple images for each of the products that they offered. Instead of uploading each one through the WP...
7 comments
This is a quick little piece of code that I have been using a lot lately. I needed to get the category ID but all I had to work...
9 comments
I am working on a new WordPress site and I wanted to display a selection of random posts at the bottom of every page. It is pretty simple to...
15 comments
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...
8 comments
I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...
30 comments
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...
104 comments
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...
85 comments