Title: Formatting request
Last modified: June 14, 2019

---

# Formatting request

 *  [antonv](https://wordpress.org/support/users/antonv/)
 * (@antonv)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/formatting-request/)
 * Thanks for your work.
 * In your function function `manage_subtitle_columns_content` could you consider
   wrapping the subtitle in . Makes for a better optical view in the admin back-
   end.
 *     ```
       public static function manage_subtitle_columns_content( $column_name, $post_id ) {
         if ( $column_name == 'wps_subtitle' ) {
            $subtitle = new WP_Subtitle( $post_id );
            echo '<strong><span data-wps_subtitle="' . esc_attr( $subtitle->get_subtitle() ) . '">' . esc_html( $subtitle->get_subtitle() ) . '</span></strong>';
         }
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [antonv](https://wordpress.org/support/users/antonv/)
 * (@antonv)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/formatting-request/#post-11639717)
 * that is: …wrapping the subtitle in `<strong></strong>`

Viewing 1 replies (of 1 total)

The topic ‘Formatting request’ is closed to new replies.

 * ![](https://ps.w.org/wp-subtitle/assets/icon-256x256.png?rev=981565)
 * [WP Subtitle](https://wordpress.org/plugins/wp-subtitle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-subtitle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-subtitle/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-subtitle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-subtitle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-subtitle/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [antonv](https://wordpress.org/support/users/antonv/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/formatting-request/#post-11639717)
 * Status: not resolved