Drupal: link to latest node of a certain content type
Posted
by james6848
on Stack Overflow
See other posts from Stack Overflow
or by james6848
Published on 2010-04-14T10:51:47Z
Indexed on
2010/04/14
12:13 UTC
Read the original article
Hit count: 198
I have a link within a block. At the moment it goes to a list of newsletter nodes:
<p><a href="<?php global $base_url; print $base_url;?>/news-events/newsletter">Read our latest newsletter</a></p>
What I would prefer is to have it go to the latest node of the content type 'newsletter', is this possible?
© Stack Overflow or respective owner