Topic: PyroStreams Question

 
User
Gravatar
Joined: 2011-10-30
Posts: 29
Hello,

I am new to PyroCMS and went straight and bought the latest 2.0 version because it just appears so awesome!
I created a PyroStream with entries called "property". I can see the entries it the admin panel correctly.

But, in my page .. the code is not getting rendered (i.e. still shows as is ... )

{pyro:streams:cycle stream="property"} {address} {/pyro:streams:cycle}

What am I missing?
 
 
Admin
Gravatar
Joined: 2011-01-27
Posts: 115
Hi Santa,

Sorry for the late reply here. Try the new Lex Parser syntax as outlined in the beta docs:

http://parse19.com/pyrostreams/beta-docs

Also, you need to have an {{ entries }} {{ /entries }} loop in there to cycle through entries, as outlined here:

http://parse19.com/pyrostreams/beta-docs/showing-data/looping

Adam