Recent Topics

1 Jan 03, 2009 19:51    

I want to write a plugin that gives a list of posts per author. I want to base it on the archives plugin. Which seems easy enough. But the archives plugin can use a buitlin function that creates a URL like this. http://blogs.lessthandot.com/index.php/All/2009/01/ which already lists the posts per month. Which is caused by this code echo $Blog->gen_archive_link( $text, T_('View monthly archive'), $arc_year, $arc_month );

Is there an easy way of doing the same or am I going to go the hard way.

2 Jan 19, 2009 15:00

you can already do that with a url param http://yourblog.tld/?author=1 .. toppangas the one to ask though, she has a tarted up version of that ;)

¥


Form is loading...