[wp-hackers] Need help with gallery plugin implementation

Rob r at robm.me.uk
Tue Feb 27 08:52:05 GMT 2007


> How can I achieve that?

In short, you can't—unless something in the core has changed in the
last 6 months or so, which I doubt.

You're pretty much limited to making your own templates; that's what I
had to do for Now Reading (eg [1], [2]).

There is a hacky way that you can do it, I guess; hook
template_redirect for your URLs, load your template, die; it works,
but you'll take a performance hit as it'll load all of your frontpage
posts at the same time. I originally did this for Now Reading, but
abandoned it for the performance reasons.

[1]: http://robm.me.uk/library
[2]: http://robm.me.uk/library/jd-salinger/the-catcher-in-the-rye

-- 
Rob Miller
http://robm.me.uk/


More information about the wp-hackers mailing list