$options['anima_lpslidertitle'], 'content' => $options['anima_lpslidertext'], 'lpslidercta1text' => $options['anima_lpslidercta1text'], 'lpslidercta1link' => $options['anima_lpslidercta1link'], 'lpslidercta2text' => $options['anima_lpslidercta2text'], 'lpslidercta2link' => $options['anima_lpslidercta2link'], ) ); if ( $options['anima_lpslider'] ) switch ( $options['anima_lpslider'] ): case 1: if ( is_string( $options['anima_lpsliderimage'] ) ) { $image = $options['anima_lpsliderimage']; } else { list( $image, ) = wp_get_attachment_image_src( $options['anima_lpsliderimage'], 'full' ); } anima_lpslider_output( array( 'image' => $image, 'title' => $options['anima_lpslidertitle'], 'content' => $options['anima_lpslidertext'], ) ); break; case 2: ?>

' . esc_html( $lpslidercta1text ) . ''; } ?> ' . esc_html( $lpslidercta2text ) . ''; } ?>
<?php echo esc_attr( $title ) ?>

$pageid ) { if ( !empty( $pageid ) ) { $page = get_post( $pageid ); switch ( $blockscontent ) { case '0': $text = ''; break; case '1': default: if (has_excerpt( $pageid )) $text = get_the_excerpt( $pageid ); else $text = anima_custom_excerpt( $page->post_content ); break; case '2': $text = apply_filters( 'the_content', get_post_field( 'post_content', $pageid ) ); }; $data[$count] = array( 'title' => get_the_title( $pageid ), 'text' => $text, 'icon' => ( ( $icon[$key . 'icon'] != 'no-icon' ) ? $icon[$key . 'icon'] : '' ), 'link' => get_permalink( $pageid ), 'click' => $blocksclick, 'id' => $count, ); anima_lpblock_output( $data[$count] ); $count++; } } ?>
$value ) { ${"$key"} = $value; } ?>

" > */ ?>
query( 'showposts=' . $options['anima_lpboxcount' . $sid] . $cat . '&ignore_sticky_posts=1' ); if ( $custom_query->have_posts() ) : ?>

have_posts() ) : $custom_query->the_post(); if ( has_excerpt() ) { $excerpt = anima_custom_excerpt( get_the_excerpt(), $options['anima_lpboxlength' . $sid] ); } else { $excerpt = anima_custom_excerpt( get_the_content(), $options['anima_lpboxlength' . $sid] ); }; $box = array(); $box['colno'] = $box_counter++; $box['counter'] = $options['anima_lpboxcount' . $sid]; $box['title'] = get_the_title(); $box['content'] = $excerpt; list( $box['image'], ) = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'anima-lpbox-' . $sid ); $box['link'] = get_permalink(); $box['readmore'] = $options['anima_lpboxreadmore' . $sid]; $box['target'] = ''; // unused for now $box['image'] = apply_filters('anima_preview_img_src', $box['image']); anima_lpbox_output( $box ); endwhile; ?>
$value ) { ${"$key"} = $value; } ?>
<?php echo esc_attr( $title ) ?>
get_the_title( $pageid ), 'text' => apply_filters( 'the_content', get_post_field( 'post_content', $pageid ) ), 'id' => $what, ); list( $data['image'], ) = wp_get_attachment_image_src( get_post_thumbnail_id( $pageid ), 'full' ); anima_lptext_output( $data ); } } // anima_lptext() endif; /** * text area output */ if ( ! function_exists( 'anima_lptext_output' ) ): function anima_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; ?>