ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Single-page with several weblogs print

September 08, 2007 10:18pm

Subscribe [1]
  • #1 / Sep 08, 2007 10:18pm

    Xacret.T

    3 posts

    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.

  • #2 / Sep 08, 2007 10:31pm

    Xacret.T

    3 posts

    It’s really stupid, I found a solutions: just to paste dynamic=“off”:

    {exp:weblog:entries weblog="interview" limit="2" sticky="off" dynamic="off"}
    <h2>Publications</h2>
    <p>{title}<br />
    {/exp:weblog:entries}

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases