';
$html .= '
';
if( $apollo13framework_a13->get_option( 'works_list_protected_titles', 'on' ) === 'on' ){
$html .= '' . esc_html__( 'This content is password protected', 'rife-free' );
}
else{
$html .= '' . get_the_title($post_id);
}
$html .= '
';
$html .= '
';
$html .= '
' . esc_html__( 'Click and enter your password to view content', 'rife-free' ) . '
';
$html .= '
';
$html .= '
';
//return taxonomy for works
if ( $apollo13framework_a13->get_option( 'works_list_categories' ) === 'on' ) {
$html .= '
' . apollo13framework_work_posted_in( ', ' ) . '
';
}
//title
$html .= the_title( '
', '
', false );
$html .= '
';
$html .= esc_html( $apollo13framework_a13->get_meta( '_subtitle' ) );
$html .= '
';
$html .= '