2020-10-24, 03:48:22
(2020-10-24, 02:55:32)Alexander_ Wrote: I'm looking for a way to display one (and only one) post with a specific URL. Is there a function like nm_custom_display_recent($template,$url)?
Or any other ideas?
Alex
You could give it a tag. then
PHP Code:
nm_list_recent_by_tag('tagname', 1)
[edit]
doh, no. nm_custom_display_recent('tagname') or similar