I am using the following code to show the most viewed entries in a number of weblogs:
<ul>
{exp:weblog:entries weblog="hoodies|mugs|tshirts|cards" limit="8" dynamic="off" rdf="off" sort="desc" orderby="view_count_one"}
<li> <span class="top_picks_title"><a href="http://{title_permalink=/{weblog_short_name}/item}">{title} -</a></span>
{package_type}
</li>
{/exp:weblog:entries}
</ul>The links, however are not working they are displaying as:
<a href="https://domainname.co.uk/{title_permalink=/template/item}">https://domainname.co.uk/{title_permalink='/template/item'}</a>Any suggestion as to what I am doing wrong?
Thanks