By cakka on
hello,
i want to print a content of a field in view grid and wrapped it to html code
i try to use this code :
<?php print $item->variables['view']['style_plugin']['rendered_fields'][0]['field_image_title_fid']; ?>
but the content is not displayed in browser :(
as i am a php beginner, starting learning php
i am confused about it
thanks