Category Archives: Studi di settore
if($currentPostNumber%3==0 || $currentPostNumber==1)
{
$shortcode.= '[vc_row_inner style="nospace" el_class="service-color-area"]';
}
$currentPostNumber++;
$shortcode.= '[vc_column_inner width="1/3"]';
$shortcode.= '[servicebox icon="pe-7s-key" title="'.get_the_title().'" link="'.get_the_permalink().'" link_name="'.get_the_title().'"]Gestisci in autonomia il tuo conto corrente: accedi al servizio attraverso PC, Tablet o Smartphone.[/servicebox]';
$shortcode.= '[/vc_column_inner]';
if(($currentPostNumber)%3==0 || $currentPostNumber>=$post_count)
{
$shortcode.= '[/vc_row_inner]';
}
?>
$shortcode .= '[/vc_column]';
$shortcode .= '[/vc_row]';
var_dump($shortcode);
?>