'.
'';
// Some pages should show excerpts - others full content.
if ( apply_filters( 'filter_bpq_use_excerpt', true ) )
{
echo
'
'.
'
'.
\ski\string::truncate( apply_filters( 'the_content', get_the_content() ), apply_filters( 'excerpt_length', 55 ) ).
'
'.
'
';
}
else
{
echo
''.
'
'.
apply_filters( 'the_content', get_the_content() ).
'
'.
'
';
}
// End the elements.
echo
'