[wp-hackers] get list of items in a category

DEVCES devces at gmail.com
Wed Nov 5 05:42:07 GMT 2008


There is a plugin that allows you to execute a php script in a post / page

http://wordpress.org/extend/plugins/exec-php/

worked for me.



On Tue, Nov 4, 2008 at 11:51 PM, Brian Fidler <fidler.brian at gmail.com>wrote:

> This is a simple one but I'm pretty new to WP. I've set up a News category
> and have created a special page template for news items. I want to display
> a
> list of items in the News category, ordered by most recent date first. What
> WP function would I use? I'm currently using <?php
> get_the_category('News');
> ?> but it's not returning anything.
>
> thanks.
> _______________________________________________
> 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