Hi
How can I get the current news link in a link like this:
`
†title=â€Click to share this post on Twitterâ€>Share on Twitter`
It's the `<?php the_permalink(); ?>` I dont get. I've tried all sorts of variations and I've read throug the documentation, but I can't get it right. getNewsLink, getNewsAlbumURL... and so on.
Someone please help:-)
Comments
`†title=â€Click to share this post on Twitterâ€>Share on Twitter`
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.