I can use "font-family: $blog[field7]; color: $blog[field6]" in blog_entry_featured and blog_show_entry templates but i can't call these in blog_entry_with_userinfo and blog_entry_without_userinfo.
i tried:
$blog[field6]
$userinfo[field6]
$post[field6]
none of these work for me
what's the correct value to call a custom profile field in blog_entry_with_userinfo and blog_entry_without_userinfo templates?
regards
i tried:
$blog[field6]
$userinfo[field6]
$post[field6]
none of these work for me

what's the correct value to call a custom profile field in blog_entry_with_userinfo and blog_entry_without_userinfo templates?
regards
Comment