Title: HTML display problem
Last modified: May 5, 2018

---

# HTML display problem

 *  Resolved [irncru](https://wordpress.org/support/users/irncru/)
 * (@irncru)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/html-display-problem/)
 * Hi there, not sure if this is strictly an issue with the plugin but hopefully
   someone is able to help!
 * I use your plugin to display a list of activities for each day on my site. I 
   have to update this list in multiple areas on the site, so am trying to find 
   a way to have one place I can write the code, and link to it around the site 
   to save time.
 * I tried writing the code in an html file, and then display it using an <object
   > tag. My issue is that the content displays as all of the raw code, with all
   the shortcodes etc visible. I don;t know if it’s something like the html file
   I link to loading before the plugin data does or something like that? I don’t
   know what the solution to this would be but someone with more knowledge might
   so thought I’d ask. Thanks!
    -  This topic was modified 7 years, 11 months ago by [irncru](https://wordpress.org/support/users/irncru/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dave Clements](https://wordpress.org/support/users/thewanderingbrit/)
 * (@thewanderingbrit)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/html-display-problem/#post-10260172)
 * Whatever is inside the shortcode will be processed as any normal content would.
   My guess is that the real issue is that an object tag is not [an HTML tag that is permitted by WordPress](https://core.trac.wordpress.org/browser/tags/4.9.5/src/wp-includes/kses.php#L61).
   Instead, you’d have to add `<object>` as a permitted tag and that might do the
   job.
 * Good luck!

Viewing 1 replies (of 1 total)

The topic ‘HTML display problem’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-to-show-or-hide-content/assets/icon-256x256.jpg?
   rev=984372)
 * [Show/Hide Content at Set Time](https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dave Clements](https://wordpress.org/support/users/thewanderingbrit/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/html-display-problem/#post-10260172)
 * Status: resolved