Title: Add dynamic content under posts
Last modified: August 19, 2016

---

# Add dynamic content under posts

 *  Resolved [marxman](https://wordpress.org/support/users/marxman/)
 * (@marxman)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/add-dynamic-content-under-posts/)
 * Hi,
 * I an not a coder so I hope there is aplugin for this.
 * I need a plugin where I can add dynamic HTML content in a post. The content should
   not be shown in the post on the frontpage, but only under the post while clicking
   it and entering the single page.
 * I hope it is clear.
 * Thanks!

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/add-dynamic-content-under-posts/#post-664506)
 * A combination of custom fields and the Single Post template should work for you
   here. References:
 * [http://codex.wordpress.org/Using_Custom_Fields](http://codex.wordpress.org/Using_Custom_Fields)
   
   [http://codex.wordpress.org/Stepping_Into_Templates#Special_Template_Files](http://codex.wordpress.org/Stepping_Into_Templates#Special_Template_Files)
 * A few plugins that may be of help here can be found:
 * [http://codex.wordpress.org/Plugins/Meta](http://codex.wordpress.org/Plugins/Meta)
 * One to look at is Get Custom Field Values:
 * [http://wordpress.org/extend/plugins/get-custom-field-values](http://wordpress.org/extend/plugins/get-custom-field-values)
 * There is also a template tag for displaying custom field keys and values in a
   post:
 * [http://codex.wordpress.org/Template_Tags/the_meta](http://codex.wordpress.org/Template_Tags/the_meta)
 * It may be a bit underpowered for what you want though, as there’s no way to control
   the outout. A simple bit of code to accomplish a basic dump of a single custom
   field value is:
 * `<?php echo get_post_meta($post->ID, 'html', true); ?>`
 * That would work within [The Loop](http://codex.wordpress.org/The_Loop) (placed
   in your template) for a custom field with a key of ‘html’. It displays nothing
   if no ‘html’ custom field key exists with the post.
 *  Thread Starter [marxman](https://wordpress.org/support/users/marxman/)
 * (@marxman)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/add-dynamic-content-under-posts/#post-664544)
 * Ok thanks, gonna study this.

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

The topic ‘Add dynamic content under posts’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [marxman](https://wordpress.org/support/users/marxman/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/add-dynamic-content-under-posts/#post-664544)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
