Time for some much needed updates on my site. It was just a mess and needed to be cleaned up.
Time for some much needed updates on my site. It was just a mess and needed to be cleaned up.
This morning I needed a quick way to have the permalink for a WordPress post as part of the text. Sure, there’s already the get_permalink()method,…
For a site I’m working on I needed a way to hide the post title, but only on specific posts. This particular post was a…
A few months ago I needed a way to cross post from a WordPress blog to a Pinterest board. Yes, there are plugins that claim to do this. But the few free ones that I tried never actually posted, and I didn’t want to spend money on a paid plugin that might not work. So I came up with my own solution.
One note though. This isn’t a WordPress plugin, although I may write one eventually. This is a script that runs from a cron job on your server. You can setup cron jobs through control panels like cPanel or directly from the command line. Either way, most people will find it a bit more complicated than just activating a plugin.
I ended up spinning this into a normal WordPress plugin that will automatically create pins when a post is published. If you’re interested you can find the Pinterest Auto Post plugin at Reliti.com.
The idea is that I didn’t really care that new posts were immediately posted to Pinterest as long as they got there relatively quickly and I didn’t have to do it manually.
It’s also important that posts only go to Pinterest once, so there needs to be a way to keep track of what’s already been posted.
What I ended up with is a script that runs every 30 minutes through a cron job, although you could change the timing to whatever you want. It pulls the most recent published post from WordPress and posts the link to a Pinterest board.
One caveat. Since Pinterest is visual and requires images, this script skips any posts that don’t have a featured image.
With that, let’s get it actually working.
I’m using bbPress on a couple of support forums. But a few days ago I went to share a thread on Facebook and noticed that…
Working on a small weekend project I needed an easy way to validate that a string contained a valid Twitter username. Not necessarily an active…
For a Moodle plugin I’m writing I needed a way to check if a String exists. Normally, if a string doesn’t exist then Moodle just…
This little batch file came about from needing to run a cron job from within XAMPP. Since it’s Windows I could have used a scheduled…
Not sure why, but it looks like sorting on last name and first name is not built into the WordPress get_users method. Seems like it…
Quick little snippet to redirect your visitors to another page after they leave a comment. Normally after leaving a comment in WordPress you’re sent back…
Can't find what you're looking for? Try refining your search: