Hi,
I have managed to integrate Pronamic Google Maps for single portfolio pages, adding this:
if(function_exists('pronamic_google_maps')) {
pronamic_google_maps(array(
'width' => 290 ,
'height' => 200
));
}
Just after: the_content(__('Read more →','avia_framework'));
Around line 55 in loop-portfolio-single.php.
But I can´t find the place where to add it in the portfolio loop when is displayed in the current page.
If I add it in helpers-template.php after the_content around line 1260, it gets displayed but as a static image.
Would someone know where or how should I place it in order to display the maps dynamically?
Thank you advance.














