Here is a really neat trick! Access your PHP5 while running PHP4. If you haven’t created a .htaccess file, you may want to check out the...
I just came across a interesting new plugin built on the wonderful jQuery library. It’s called Flip!, head on over and check out the cool demo!
This little trick is really simple and easy. All you need to do is plug this line of code anywhere you would like to use the...
In a previous post I talked about how to show/hide a single div html code with a search inside. Today I'd like to show you how...
Hi guys this is my first post on wpcult the great site Austin built. Hope you guys find it usefull. If you run a blog using the...
Social networks are everywhere. I am sure you're on facebook. Well why not at a facebook share script to your site?
Last week I wrote how to “Use WordPress to print a RSS feed for Eventbrite attendees“. It was pretty popular, but then I found myself in...
Today I was working on the WordCamp.LA site. I was trying to show the “attendee list” on the attendees page with out having to update the...
Introduction Why Pinterest Deserves Your Attention Now, let’s talk numbers—impressive numbers. With over 450 million active dreamers and doers, Pinterest is not merely thriving; it’s bustling...
Custom fields are definitely very useful and are used on many WordPress installs. Today I’m going to show you how to easily get custom fields values...
Ever wanted to print or echo the WordPress title attribute without spaces?
Have you ever wanted to display the excerpt only if you write one? A simple couple lines of code can display the_excerpt any where you like.
This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span class="blog-title">' . $blogname . '</span>'; }...
How might you display a Google ad after the first post or anything you like? It is very simple. You just need to add the variable...
You must be logged in to post a comment.