Hello,
I’ve got a family site where I’m pulling in blog entries in an unordered list of entry titles from my daughters blog (a separate site on an MSM install). I am pulling the entries no problem but the links to the individual entries are going to the wrong domain. Here is my my code
<h4>Veronica's Blog</h4>
<p>{exp:weblog:entries site="veronica" weblog="veronica" limit="5" dynamic="off" disable="trackback|member_data|comments"}<br />
{if count=="1"}<ul class="side-nav">{/if}<br />
<li><a href="http://{title_permalink=">{title}</a></li><br />
{if count=="{total_results}"}</ul>{/if}<br />
{/exp:weblog:entries}This template is on domain1.com and I expect the title_permalink to go to domain2.com however it is going to domain1.com