Hello. I have several weblogs in my EE. All of them are using the same fields group and I’m decided to create only one single-entrie page for viewing extended entries of ane weblog.
so I pasted this code to show entrie:
{exp:weblog:entries}
<h2>{title}</h2>
<p>{image}<br />
{body}<br />
{extended}<br />
{/exp:weblog:entries}and opening this page with the help of
<a href="{permalink=">It’s a standart solution
But I’ve spended some troubles - I’m printing a list of entries (their {title} ) of all other weblogs on every page and a single-entrie page too. This is code:
{exp:weblog:entries weblog="interview" limit="2" sticky="off"}
<h2>Publications</h2>
<p>{title}<br />
{/exp:weblog:entries}So, when I’m opening single-entrie page in my browser this lists of entries doesn’t work and there I can see only a title of the entrie I’ve opened.
How can I avoid this effecte.
And i’m sorry for my english.