>
', '' ); else : the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); endif; ?>
', '', false ) ) ); */ $content = strip_tags(get_the_content_with_formatting()); if(strlen($content) > 300) { $content = substr($content, 0,300); $content = trim(substr($content, 0,300)); $pos = strrpos($content,' '); $content = substr($content, 0, $pos); $content .= '

'. __("Read more","boatdealer"). ''; } echo $content; wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'boatdealer' ) . ' %', 'separator' => ', ', ) ); ?>