Title: HTML in a widget
Last modified: August 31, 2016

---

# HTML in a widget

 *  Resolved [lucasbg](https://wordpress.org/support/users/lucasbg/)
 * (@lucasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/html-in-a-widget-1/)
 * Despite setting “Only show in main post”, the secondary title appears in a widget,
   also displaying the HTML – 
   <SPAN STYLE=’FONT-SIZE:.85EM;’>… etc. What’s the 
   problem?
 * [https://wordpress.org/plugins/secondary-title/](https://wordpress.org/plugins/secondary-title/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [thaikolja](https://wordpress.org/support/users/thaikolja/)
 * (@thaikolja)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/html-in-a-widget-1/#post-7012976)
 * That’s weird, that shouldn’t be the case:
 *     ```
       /** Only display if title is within the main loop */
             if(secondary_title_get_setting("only_show_in_main_post") === "on") {
                global $wp_query;
                if(!$wp_query->in_the_loop) {
                   return $standard_title;
                }
             }
       ```
   
 * Put this in your theme somewhere and check if it returns either “on” or “off”
   so we can see if the option gets saved properly. If yes, it could be a design-
   issue with your theme.
 * `<?php echo secondary_title_get_setting("only_show_in_main_post");`
 *  Thread Starter [lucasbg](https://wordpress.org/support/users/lucasbg/)
 * (@lucasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/html-in-a-widget-1/#post-7013021)
 * Both solutions not working, The theme is Smartmag, using the EG-Series plugin.
 *  Plugin Author [thaikolja](https://wordpress.org/support/users/thaikolja/)
 * (@thaikolja)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/html-in-a-widget-1/#post-7013070)
 * If you send me the theme via e-mail (kolja.nolte@gmail.com), I can try to find
   a solution.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTML in a widget’ is closed to new replies.

 * ![](https://ps.w.org/secondary-title/assets/icon.svg?rev=2520363)
 * [Secondary Title](https://wordpress.org/plugins/secondary-title/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/secondary-title/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/secondary-title/)
 * [Active Topics](https://wordpress.org/support/plugin/secondary-title/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/secondary-title/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/secondary-title/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [thaikolja](https://wordpress.org/support/users/thaikolja/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/html-in-a-widget-1/#post-7013070)
 * Status: resolved