Title: add content
Last modified: August 22, 2016

---

# add content

 *  Resolved [gembongmovies](https://wordpress.org/support/users/gembongmovies/)
 * (@gembongmovies)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/)
 * how to add content like banner to every movie page?
 * [https://wordpress.org/plugins/wpmovielibrary/](https://wordpress.org/plugins/wpmovielibrary/)

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

 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892173)
 * Hi gembongmovies,
 * Could you explain a bit more what you’re trying to achieve? I’m not sure I understand
   what you mean.
 *  Thread Starter [gembongmovies](https://wordpress.org/support/users/gembongmovies/)
 * (@gembongmovies)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892181)
 * how to add content such as links or banners in bulk to all pages of my movie?
 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892186)
 * There’s a couple way to do that, the most likelier to meet your needs would be
   to use the theme on this. I’ll take a look at it. You theme is FilmPlus, right?
 *  Thread Starter [gembongmovies](https://wordpress.org/support/users/gembongmovies/)
 * (@gembongmovies)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892200)
 * yes right,and?
 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892242)
 * And that’s a theme question, which means you will have to edit your theme. From
   what I saw of the FilmPlus theme, you’ll need to modify the `theloop.php` file
   to add your banner/link wherever you want. Use this syntax to limit this to movies
   only:
 *     ```
       <?php if ( 'movie' == get_post_type() ) : ?>
       <div id="your-banner">Hello World!</div>
       <?php endif; ?>
       ```
   

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

The topic ‘add content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpmovielibrary_f6ad77.svg)
 * [WPMovieLibrary](https://wordpress.org/plugins/wpmovielibrary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpmovielibrary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpmovielibrary/)
 * [Active Topics](https://wordpress.org/support/plugin/wpmovielibrary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpmovielibrary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpmovielibrary/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/add-content-1/#post-5892242)
 * Status: resolved