I started using XML Made Simple module and i am having trouble setting the links to open in a new window.
I am using target="_blank" and this returns an error.
ERROR: Warning: Parameter target is not known by module XMLMadeSimple dropped in /home/XXXXX/public_html/XXXXX/lib/misc.functions.php on line 1590
Is there another way?
This is my code:
Code: Select all
{XMLMadeSimple feeds_id="1,2,3,4,5,6,7,8" action="mixfeeds" template="rss" max_items="5" sort_by_date="true"}
Thanks in advance.