Hi - I have a view almost displaying what I want - it outputs this
<div class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-13267-TCPID15020" data-pagination="{"id":"13267","base_permalink":"/?page_id=15020&wpv_view_count=13267-TCPID15020&wpv_paged=WPV_PAGE_NUM","query":"normal","type":"disabled","effect":"fade","duration":"500","speed":"5","pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"enabled","preload_pages":"enabled","preload_reach":"1","spinner":"builtin","spinner_image":"lien caché","callback_next":"","manage_history":"disabled","has_controls_in_form":"disabled","infinite_tolerance":"0","max_pages":0,"page":1,"loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?page_id=15020&wpv_view_count=13267-TCPID15020" data-viewnumber="13267-TCPID15020" id="wpv-view-layout-13267-TCPID15020">
lien caché">Pui Hang, lien caché">David, lien caché">Dan, lien caché">Kevin, lien caché">Sean, lien caché">John, lien caché">Johnny, lien caché">Robin, lien caché">Jayne, lien caché">Ian, lien caché">Neil, lien caché">Ian,
</div>
But, all I actually want is the inner part
lien caché">Pui Hang, lien caché">David, lien caché">Dan, lien caché">Kevin, lien caché">Sean, lien caché">John, lien caché">Johnny, lien caché">Robin, lien caché">Jayne, lien caché">Ian, lien caché">Neil, lien caché">Ian,
How to I stop the outer part being returned?
I don't mind calling a function to grab the content of a view and manipulating it in there - in fact - I do need to change the last but one commas to ' or ' and remove the final comma - so grabbing the content of a view via a function may be best for me