Hi guys, I am quite new to revolution and have run into a problem.
I want to list all the blogs (documents) i have made. Now I run wayfinder and it brings back the pagetitle and link to the page.
However i would like to display some [[*content]] so a person can read a sample from the blog. I also would like to output a TV that i made.
I have made a chunk which is called by
&rowTpl
so here is my wayfinder call;
[[Wayfinder? &startId=`5` &level=`1` &outerTpl=`BloglistingOuter` &rowTpl=`bloglistingRow` ]]
Now in the
bloglistingRow chunk I want to pull in some content and my own TV.
Can i do this?
Sorry if this doesn't make much sense.