[wp-hackers] WP as a CMS with a touch of Blogging

Jordi Canals jordi at jcanals.cat
Fri Nov 20 12:50:36 UTC 2009


Or just create a page template which includes the archive template after
making a custrom query:

query_posts('your params');
include 'archive.php';

Regards,
Jordi Canals

2009/11/20 Daniel Dvorkin <elrabino at gmail.com>

> Or hack the wp_list_pages results to insert a link to the category.
>
> http://sivel.net/2009/03/adding-links-to-wp_list_pages-part-2/
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list