shortcodes

How to: Create a fbshare.me shortcode

Social networks are everywhere. I am sure you're on facebook. Well why not at a facebook share script to your…

4 months ago

Turn your RSS feed into a shortcode

Last week I wrote how to "Use WordPress to print a RSS feed for Eventbrite attendees". It was pretty popular,…

4 months ago

Looking to hide content to non members?

Are you looking for a better way to hide content to non-members? You may want to check this out: Using…

5 months ago

Add a shortcode

This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span…

5 months ago