Announcement

Collapse
No announcement yet.

Scotts Blogger Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Scotts Blogger Issue

    By default, Scotts Blogger isn't set up to show multiple posts on a category page. It only shows the most recent post. So I'm trying to play with the category snippet to show all posts on a category page and I have it working, except it won't show the rendered post content. Here's what I have and any help would be appreciated.

    This here starts the category loop...

    HTML Code:
    <mvt:item name="scotsblogger" param="categories" />
    <mvt:item name="scotsblogger" param="category posts" />
    <mvt:foreach iterator="post" array="scotsblogger:categoryposts">
    Now within this loop, it seems all of the normal tags like these below are working fine...

    HTML Code:
    &mvt:post:title; - Working
    &mvt:post:subtitle; - Working
    &mvt:post:synopsis; - Working
    The only tag that isn't working, is the post renderer. I've tried 20 different variations and none work. What's below works fine on the recent loop, just not within the category loop....

    HTML Code:
    &mvt:post:rendered;
    Any ideas?

    And of course I end it all with the </mvt:foreach>. Just can't get the post render snippet to work.
    Ted Hust
    AarcMediaGroup.com

    Celebrating 13 Years of Outstanding Service & Support
    Miva Merchant Design

    #2
    Re: Scotts Blogger Issue

    Hi Ted, did you get my email request for the full page template code? Please send it to me via email so I can see the big picture, thanks.
    M.A.D.* since 1997

    http://www.scotsscripts.com

    *miva application developers

    Comment

    Working...
    X