$image, 'title' => $options['theme_lpslidertitle'], 'content' => $options['theme_lpslidertext'], 'lpslidercta1text' => $options['theme_lpslidercta1text'], 'lpslidercta1link' => $options['theme_lpslidercta1link'], 'lpslidercta2text' => $options['theme_lpslidercta2text'], 'lpslidercta2link' => $options['theme_lpslidercta2link'], ) ); break; case 2: ?>
<?php echo esc_attr( $title ) ?>

' . esc_html( $lpslidercta1text ) . ''; } ?> ' . esc_html( $lpslidercta2text ) . ''; } ?>
0; } ) ); if ( empty( $pagecount ) ) return; if ( -1 == $blockscontent ) return; ?>

$pageid ) { $pageid = cryout_localize_id( $pageid ); if ( intval( $pageid ) > 0 ) { $page = get_post( $pageid ); switch ( $blockscontent ) { case '0': $text = ''; break; case '2': $text = apply_filters( 'the_content', get_post_field( 'post_content', $pageid ) ); break; case '1': default: if (has_excerpt( $pageid )) $text = get_the_excerpt( $pageid ); else $text = esotera_custom_excerpt( apply_filters( 'the_content', get_post_field( 'post_content', $pageid ) ) ); break; }; $iconid = preg_replace('/(\d)$/','icon$1', $key); $data[$count] = array( 'title' => apply_filters('esotera_block_title', get_the_title( $pageid ), $pageid ), 'text' => $text, 'icon' => ( ( $icon[$iconid] != 'no-icon' ) ? $icon[$iconid] : '' ), 'link' => apply_filters( 'esotera_block_url', get_permalink( $pageid ), $pageid ), 'target' => apply_filters( 'esotera_block_target', '', $pageid ), 'click' => $blocksclick, 'id' => $count, 'readmore' => $blocksreadmore, ); esotera_lpblock_output( $data[$count] ); $count++; } } ?>
>

> ""
$options['theme_lpboxcount' . $sid], 'cat' => cryout_localize_cat( $cat ), 'ignore_sticky_posts' => 1, 'lang' => cryout_localize_code() ), $options['theme_lpboxcat' . $sid], $sid ); $custom_query->query( $args ); if ( $custom_query->have_posts() ) : ?>

have_posts() ) : $custom_query->the_post(); if ( cryout_has_manual_excerpt( $custom_query->post ) ) { $excerpt = get_the_excerpt(); } elseif ( has_excerpt() ) { $excerpt = esotera_custom_excerpt( get_the_excerpt(), $options['theme_lpboxlength' . $sid] ); } else { $excerpt = esotera_custom_excerpt( get_the_content(), $options['theme_lpboxlength' . $sid] ); }; $box = array(); $box['colno'] = $box_counter++; $box['counter'] = $options['theme_lpboxcount' . $sid]; $box['title'] = apply_filters('esotera_box_title', get_the_title(), get_the_ID() ); $box['content'] = $excerpt; list( $box['image'], ) = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'esotera-lpbox-' . $sid ); $box['link'] = apply_filters( 'esotera_box_url', get_permalink(), get_the_ID() ); $box['readmore'] = do_shortcode( wp_kses_post( $options['theme_lpboxreadmore' . $sid] ) ); $box['target'] = apply_filters( 'esotera_box_target', '', get_the_ID() ); $box['image'] = apply_filters('esotera_preview_img_src', $box['image']); esotera_lpbox_output( $box ); endwhile; ?>
0 ) { $page = get_post( $pageid ); $data = array( 'title' => apply_filters( 'esotera_text_title', get_the_title( $pageid ), $pageid ), 'text' => apply_filters( 'the_content', get_post_field( 'post_content', $pageid ) ), 'class' => apply_filters( 'esotera_text_class', '', $pageid ), 'id' => $what, ); list( $data['image'], ) = wp_get_attachment_image_src( get_post_thumbnail_id( $pageid ), 'full' ); esotera_lptext_output( $data ); } } // esotera_lptext() endif; /** * text area output */ if ( ! function_exists( 'esotera_lptext_output' ) ): function esotera_lptext_output( $data ){ ?>
style="background-image: url( );" >

get_option('posts_per_page'),'paged'=>$paged) ); if ( $custom_query->have_posts() ) : ?>
> have_posts() ) : $custom_query->the_post(); get_template_part( 'content/content', get_post_format() ); endwhile; ?>