Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3949330
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:28:51+00:00 2026-05-20T01:28:51+00:00

I trying to set up a simple blog with Radiant CMS and have a

  • 0

I trying to set up a simple blog with Radiant CMS and have a problem with the “Archive Month Index”.
I set it up as it is described on this weblog but I just can’t get it to work.

The Code is the the same as the guy in the video st using. It’s:

<r:archive:children:each>
  <div class="blog-post">
    <h3><r:link /></h3>
    <p>
      <r:content />
    </p>
  </div>
</r:archive:children:each>

…for the Archive Index.

However when I go onto the post/2010/12 site (or any other date) I get that amazing

StandardTags::TagError in SiteController#show_page
Recursion error: already rendering the `body' part.

…instead of the Index Page for the month. I just can’t think of how I am rendering the body part twice.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T01:28:52+00:00Added an answer on May 20, 2026 at 1:28 am

    I had exactly the same problem. So too do the default blog setups created by Radiant’s installer.

    The blog pages in Radiant looks something like:

    + Articles (Archive)
      |
      +- %B %Y Archives (Archive Month Index)
      |
      +- First Post
      | 
      +- Second Post
      |  
      +- Third Post
    

    Everything under the Articles page seems to be included in the results returned by <r:archive:children:each></r:archive:children:each>.

    This means that if the index page and the first post were created on Feb 02 2011, then the URL /articles/2011/02/ will throw this exception because the index page being processed to generate a page with a list of articles from Feb 2011 will recursively attempt to process itself.

    The solution I wound up using is the <r:unless_self></r:unless_self> tags to winnow the page being processed (i.e. the index page) from the results of <r:archive:children:each></r:archive:children:each>.

    An example non-crashing body page part for the index page would look something like this:

    <r:archive:children:each order="desc">
      <r:unless_self>
        <div class="entry">
          <h3><r:link /></h3>
          <r:content />
        </div>
      </r:unless_self>
    </r:archive:children:each>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's my problem: I'm trying to set up a simple mobile contact form with
I'm trying to set up a relatively simple AJAX pagination with jQuery like this:
I am trying set up a simple dropdown list but I dont seem to
Im trying to set up a simple rewrite rule but I dont seem to
I'm trying to set up a simple association in NHibernate (this is the first
I'm trying to set a callback function in Jack. This is usually quite simple,
I am having a really odd problem trying to set a simple float value
I'm trying to set up a simple UITableView with a UISearchDisplayDelegate but my app
Have a painfully simple blog Post creator, and I'm trying to check if the
I'm trying to set up a simple server side RSA encryption of a small

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.