Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Heather 20 posts 41 karma points
    Feb 21, 2013 @ 17:35
    Heather
    0

    Recursive Content not visible on blog post

    Hello,

    I have some content set up on my home page node eg: Telephone number, email address etc.

    These should appear on all template pages, which I do in the normal way recursive="true"

    It works fine on all of my templates and the blog landing page, but no recursive content is visible on the blog post page? We've had this issue with a couple of sites recently.

    I am using Umbraco v4.11.1 and uBlogsy version 2.1.1.1

    Any guidance much appreciated!

  • Heather 20 posts 41 karma points
    Feb 21, 2013 @ 17:39
    Heather
    0

    My content structure is:

    - Home
    - - About
    - - Blog
    - - - Posts
    - - - - 2013
    - - - - - Feb 
    - - - - - - Test post
    - - Contact

  • Rich Green 2246 posts 4008 karma points
    Feb 21, 2013 @ 17:57
    Rich Green
    0

    Hey Heather,

    How are you trying to access the recursive data? Razor, XSLT or just in the template via Umbraco field?

    Rich

  • Heather 20 posts 41 karma points
    Feb 21, 2013 @ 17:58
    Heather
    0

    Just the umbraco:item field in a template

  • Rich Green 2246 posts 4008 karma points
    Feb 21, 2013 @ 18:06
    Rich Green
    0

    Strange, have you checked the value is definitely in /App_Data/Umbraco.Config file?

    Rich

  • Heather 20 posts 41 karma points
    Feb 21, 2013 @ 18:11
    Heather
    0

    Yes it's in there. The blog landing and blog post read from the same master file. On all of my other pages & the landing page it works fine.

    It's just the blog post page that ins't pulling these in.

  • Rich Green 2246 posts 4008 karma points
    Feb 21, 2013 @ 18:25
    Rich Green
    0

    Hmm, very strange, sorry to say I don't have the answer.

    Could be something to do with the DateFolders, you could you try adding a Blog post page under the 'Posts' level to test?

  • Sean Håkansson 66 posts 192 karma points
    Apr 24, 2013 @ 20:20
    Sean HÃ¥kansson
    0

    I have the same issue with Umbraco v 4.11.1.

    My quick fix was using Razor instead

    <umbraco:Macro Language="cshtml" runat="server" > <h1>@Html.Raw(Model._footerAboutHeading)</h1> </umbraco:Macro>

     

  • Heather 20 posts 41 karma points
    Apr 25, 2013 @ 09:44
    Heather
    0

    Thank you, i'll give it a try out!

Please Sign in or register to post replies

Write your reply to:

Draft