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...
Social networks are everywhere. I am sure you're on facebook. Well why not at a facebook share script to your site?
Here is a simple way to display any RSS feed in your WordPress blog. <?php include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('http://feeds2.feedburner.com/WPCult'); $items = array_slice($rss->items,...
In a previous post I showed you how to create a custom widget, then I showed you how to create a widget for your monthly archives,...
I have show you how to create a custom widget in a previous post. But how about adding and additional “Archives” widget that won’t list the...
In this post I will show you how I created my custom widget showcasing mybloglog readers. In your function.php file add this simple line of code:...
Many weblog sites these days have some form of an archive page. In WordPress it might be the built in auto generation of permalinks by: /Month/...
You must be logged in to post a comment.