07/05/2016 at 4:09 pm
#381666
Guest
Worked perfect: Final code if ( $atts[‘show_title’] && $atts[‘category’] != 3) $entry->getTitleBlock(); and for custom field: $text = $entry->getMeta( array( ‘key’ => ‘mannschaft_id’, ‘single’ => TRUE ) ); if ( ! empty( $text ) && $atts[‘category’] == 3 ) { echo ‘
‘ . esc_html( $text ) . ”; }
