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?
The posts weren't even moderated... he has 130 posts... must not have realized he made so many. :/
Edit: deleted the extras
Sometimes when our site is a little slow for whatever reasons it is easy to double post. I did this myself...
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.
sorry for the multiple sending
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
hello guys
on zenpage and effervescence+ themes, I suggest you change
by
both on news.php and pages.php
currently, the rss link title is empty:
``
I think the parameters in that function are in the wrong order. They do not match the getZenpageRSSHeaderLink() set, which they should. Since the themes seem to match up with the order of the get function, I will just change the print parameter list to be consistent.
indeed, the parameters of getZenpageRSSHeaderLink() and printZenpageRSSHeaderLink() are not in the same order.
Your change will also solve the problem.