[wp-trac] [WordPress Trac] #3876: New template tag - get_latest_post
WordPress Trac
noreply at wordpress.org
Sun Oct 26 06:19:15 UTC 2025
#3876: New template tag - get_latest_post
-------------------------+----------------------
Reporter: drmike | Owner: (none)
Type: enhancement | Status: closed
Priority: lowest | Milestone:
Component: Template | Version:
Severity: trivial | Resolution: wontfix
Keywords: | Focuses:
-------------------------+----------------------
Comment (by acshym):
I don't see the need for this. Just do:
{{{#!php
<?php
get_posts('orderby=post_date&count=1');
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/3876#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list