Posts Tagged:wordpress hacks

Fetch and display RSS feeds
Read More... | Comments Off

Do you know that WordPress have a built-in RSS reader? Today, I’m glad to show you an updated version of this very popular hack. Simply paste the following code where you want the feed to be displayed. Don’t forget to define feed url at line 4. <?php if(function_exists(‘fetch_feed’)) { include_once(ABSPATH.WPINC.’/feed.php’); $feed = fetch_feed(‘http://feeds.feedburner.com/cosmosblog’); $limit = [...]

10 WordPress hacks to make more money online

WordPress is a very powerful blogging engine, which serve content to billions of readers on a daily basis. But not only: WordPress can be used in a wide variety of ways: Photoblog, online magazine, classified site… And with all that power, WordPress can also help you to make more money online than a simple site [...]

12 Useful WordPress Hacks
Read More... | Comments Off

WordPress is not only a great blogging tool but a great content management platform that provides a lot of ways to let you hack into into its functionality to make it do whatever you want. Here are 12 lesser known wordpress hacks/ tricks that you might find useful for your next WordPress related project. Most [...]

10 Incredibly Useful WordPress 2.8 Tutorials
Read More... | Comments Off

WordPress 2.8 was released yesterday and it has a long list of new features, fixes and enhancements. Here’s a round up of 10 incredibly useful tutorials to learn about how to use the new functionality and enhancements of WordPress 2.8 1. Build a WordPress 2.8 Widget with New Widget API – WPEngineer WPEngineer Michael Preuss [...]