Modifying Tweetable plugin to work with PrettyLinkPro & Twitter Friendly Links
Modifying Tweetable (plugin) to work with PrettyLinkPro & Twitter Friendly Links
Santa Monica Senior WordPress Developer
Santa Monica Senior WordPress Developer
Modifying Tweetable (plugin) to work with PrettyLinkPro & Twitter Friendly Links
Last Pre-Season game at Dodger Stadium before the four game opener with the Giants. A small collection of photos.
Add this to your child theme that is running Twenty Ten: function my_twenty_ten_height() { return ‘328’; // change the number to what you desire, default is ‘198’. } add_filter( ‘twentyten_header_image_height’, ‘my_twenty_ten_height’ );
Well, the supermoon has officially past, and like most on the west coast I was only able to get a sneak peek at the moon before it slipped behind the coming storm clouds. I grabbed these shots off a pedestrian…
Three of my favorite photo's taken from a recent weekend getaway to San Luis Obispo for some wine tasting.
It’s been some time, but I’ve finally updated my Hide and Catch Email WordPress plugin. It’s been rewritten from the ground up, including my first OOP development. Some files have been removed and some have been added. Grab the plugin…
I got a chance to speak at WordCamp Miami, so I decided to head out a few days early and see the beautiful city with Jeana. Also, find that Burn Notice location!
I should be standing at the podium right now. Not sure this session will be recorded, but you can definitely check out my web presentation here, and follow along on Twitter :).
Well, not quite that long. I was in Florida this past December, but it was for work and I was in Ocala. Plus it was also about 40° out. Any way, I’ll be back in Florida in one week from…
I’ve actually been asked this a few times, and have seen others do it a few different ways. Anyway, here is my method: /* Flush rewrite rules for custom post types. */ add_action( ‘load-themes.php’, ‘frosty_flush_rewrite_rules’ ); /* Flush your rewrite…
I’m building an auto-theme updater for self hosted (non repository) based WordPress themes. I’ve built most of my code off Clark’s PHP script. I’ve made major modification and would love to share them once I’m 100% done, but first… I’m…
I am stuck on this one and would be grateful if someone pointed out what I am missing. Here is my situation: I’ve got a custom taxonomy called venues and I’ve added custom meta to that taxonomy via a custom…