'; // Display the title, if set. if ( isset( $fourbzcore_layout_opts['title_text'] ) && $fourbzcore_layout_opts['title_text'] ) { if ( isset( $fourbzcore_layout_opts['is_widget'] ) && $fourbzcore_layout_opts['is_widget'] ) { echo $fourbzcore_layout_opts['title_text']; } else { echo '

' . $fourbzcore_layout_opts['title_text'] . '

'; } } // Get the permalink of the post global $wp_query; $id = $wp_query->post->ID; $permalink = get_permalink( $id ); ?>