ZenphotoCMS Forum
How to get link of current news and album? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: How to get link of current news and album? (/thread-5859.html)



How to get link of current news and album? - slaattnes - 2009-09-17

Hi

How can I get the current news link in a link like this:

`




How to get link of current news and album? - slaattnes - 2009-09-17

I found a dirty solution:

`




How to get link of current news and album? - acrylian - 2009-09-17

`` 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.