I use the news on index option to display one specific newsarticle on index.php
(I tweaked the "next_news loop" to get the article I want)
I ALSO have a seperate menu button to link to the news.php page using printNewsIndexURL().
This is what happens:
With the news on index option OFF, the printNewsIndexURL() function renders a link to my news.php.
With the news on index option ON, the printNewsIndexURL() function renders a link to my index.php.
Is there any way to get the printNewsIndexURL() to render the path to my news.php while using the news on index option?
Thanks