Feel like I am flooding you guys with questions, sorry about that….
I am using Solspace Tags and using the following code to generate similar posts across my site. Works great!
Now I have multiple site manager and need to set up the code so it pulls, and automatically links back to the proper website, blog, url, etc. Any suggestions:
<h4>Similar Posts Across PVC</h4>
{exp:tag:related_entries entry_id="{entry_id}" dynamic="off" limit="5"}
<p><a href="{path={weblog}/story/{url_title}}">{title}</a></p>
{/exp:tag:related_entries}
I tried adding site=“default_site” like so: {exp:tag:related_entries entry_id=”{entry_id}” site=“default_site” dynamic=“off” limit=“5”}
but no luck. Any suggestions?
