Post to a URL Using cURL and PHP
A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by...
3 comments
A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by...
3 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
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...
6 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
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...
20 comments
When you have completed a post in WordPress, you have the ability to save it as a draft, publish it immediately or schedule a future date when it will...
9 comments
You may have noticed that I’m using a new syntax highlighter for my code snippets. I installed Ryan McGeary‘s WordPress plugin WP-Syntax which uses GeSHi (Generic Syntax Highlighter), a...
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
October is here and that means it’s time for another contest. This month I will be giving away a one-year subscription to Layers Magazine. For those who have never...
1 comment
If you take a look at the template hierarchy in WordPress, you will notice that you have the ability to create custom templates for different category pages by simply...
20 comments