[wp-hackers] Archive on a page?
Alex King
alex at alexking.org
Fri Jan 14 20:47:06 GMT 2005
Generally yes, but this brings up an interesting hacking point. With
the new 'pages' feature, should we try to implement a way to execute
PHP from w/in a page? Perhaps eval()ing code within special tags? I
recognize the potential for harm in this, but it would also make the
pages feature much more powerful for those who would use it (somewhat
similar to the hack for not caching certain content in the staticize
plugin).
--Alex
http://www.alexking.org/
On Jan 14, 2005, at 8:54 AM, Carthik Sharma wrote:
> How to's will probably best be dealt with at the forums, Bill.
>
> Carthik.
>
>
> On Fri, 14 Jan 2005 09:44:17 -0600, Bill Bradford <mrbill at gmail.com>
> wrote:
>> I'm trying to figure out a way to make a "page" that has nothing but
>> the output of this
>> on it:
>>
>> <?php wp_get_archives('type=monthly'); ?>
>>
>> Can't figure out a way to do it, though, without making a completely
>> separate HTML file. I'd like to do it as a page. Suggestions?
More information about the hackers
mailing list