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.

Recent and Popular Blog Posts

April 28, 2011 4:36pm

Subscribe [2]
  • #1 / Apr 28, 2011 4:36pm

    Crypted Mind

    2 posts

    I am trying to display the most recent 15 weblog entries and the most popular 15 weblog entries, i tried the following code but all i got is blank blocks, any ideas ?

    <div id="footseparator_05" class="foot">
       {exp:weblog:entries orderby="date" sort="desc" limit="15" disable="categories|custom_fields|member_data|pagination|trackbacks"}
          <div id="footbullet_00"></div>
          <a ref="{title_permalink='weblog/view'}">{title}</a>
          <div id="footseparator_06"></div>
          {/exp:weblog:entries}
        </div>
        <div id="footseparator_07"></div>
        <div id="footseparator_08" class="foot">
       {exp:weblog:entries orderby="view_count_one" sort="desc" limit="15" disable="categories|custom_fields|member_data|pagination|trackbacks"}
          <div id="footbullet_01"></div>
          <a ref="{title_permalink='weblog/view'}">{title}</a>
          <div id="injected_01"></div>
    {/exp:weblog:entries}
        </div>

    This code is located in one page and i changed a href to a*ref cuz it won’t let me post !

  • #2 / May 04, 2011 10:45am

    budparr

    128 posts

    Have you tried setting the “dynamic” parameter to off? (dynamic=“off”)

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

ExpressionEngine News!

#eecms, #events, #releases