`` is a Wordpress function anyway....
There are several ways to do this:
getNewsURL() (if in news context you can get the titlelink with $_zp_current_zenpage_news->getTitlelink())
Or by combining: echo getNewsBaseURL()."/".getNewsTitlelink().
Probably indeed a good idea to have a function for the full link, I will add that for the next version.