开发者 |
kierandelaney
db0 |
---|---|
更新时间 | 2009年2月13日 23:57 |
PHP版本: | 2.0.2 及以上 |
WordPress版本: | 2.7 |
<?php simplelife(); ?>
in any page template to insert the lifestream.
SimpleLife is also widget ready! If your theme supports widgets, just go to the widget admin panel and drag the picturgrid widget where you want it. The SimpleLife widget makes use of the default options!
Features
/simplelife/
to the /wp-content/plugins/
directory<?php if (function_exists('simplelife')) simplelife(); ?>
in a page template, a widget or in your sidebar.I would not suggest you put it in your sidebar for now. Depending on how many feeds you've used and the items in them, the first run (before the simplepie cache takes over) might take 10 or more seconds.
In order to utilize the cache, make sure you have a wp-content/cache
folder that is writable (755). See here
Just check the Lifestream blog explanation explanation.
Patches are welcome ;)