Hello
can you explain what is the need to use the function printRSSHeaderLink() in the header ?
if I use the plugin zenpage and I use 2 RSS links in the footer, should I have the the 2 functions printRSSHeaderLink() and printZenpageRSSHeaderLink() in the header ?
or just a single link is necessary, and if so, what link should I use?
Comments
We really do not need six copies of this post!
Edit: deleted the extras
The headerlinks are for the rss icon next to the browser's address bar. Most browser only display one you can directly click, some even let you choose if there are more.
I made several attempts to send my message, and every time I got an error from the forum.
before posting again, I checked that my message had not appeared on the forum ...
@acrylian : thanks for you answer
on zenpage and effervescence+ themes, I suggest you change
`<? Php printZenpageRSSHeaderLink ("News ",""," Zenpage news "," ");?>`
by
`<? php printZenpageRSSHeaderLink ("News", "Zenpage news", "", "");?>`
both on news.php and pages.php
currently, the rss link title is empty:
`title="" />`
Your change will also solve the problem.