Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I'm sure this is simple, but I'm a newbie who can't find this answer.

From my homepage, I just need to link "Read More" to my most recent post cloned from my release.php page.

I've tried variations of this:

<p class="readmore"><a href="<cms:link masterpage='release.php' orderby='publish_date' order='desc' limit='1' />" >READ MORE</a></p>

but it always takes me to the original release.php page instead of the clone.

Thanks for any help.
Code: Select all
<cms:pages limit='1' masterpage='release.php' skip_custom_fields='1'><cms:show k_page_link/></cms:pages>
2 posts Page 1 of 1