[wp-hackers] Sitemap XML with class

Jeremy Visser jeremy.visser at gmail.com
Fri Dec 19 09:25:06 GMT 2008


On Thu, 2008-12-18 at 23:59 -0800, Viper007Bond wrote:
> I meant making the sitemap itself is easy. Getting a list/array of every
> single page is the hard bit.

Wouldn't this work?

        SELECT * FROM wp_posts;
        SELECT * FROM wp_categories;

-- 
Jeremy Visser                                 http://jeremy.visser.name/

No Internet Censorship for Australia             http://nocleanfeed.com/



More information about the wp-hackers mailing list