PDA

View Full Version : Variable scoop on postbit


jfxcube
02-12-2013, 03:39 PM
if i add at the end of the postbit template code like that :

{vb:raw post.title}

i get that the variable is visible in the first "istance" of postbit but it's not defined on the others.
How to have the variable visible not only in the first post but also in 2nd or 3rd or last one??

Thank you

kh99
02-12-2013, 03:50 PM
I don't see why that would happen. If it's working at one point in the template, it should show up everywhere. Are you sure it's not inside a condition that's not true, or maybe not being displayed for some other reason?

Another possibility is that you have something like
<vb:if condition="$post[title] = ''">


somehwere in the template, which would most likely be a mistake (because of the single '=').