Title: Adding Code
Last modified: August 22, 2016

---

# Adding Code

 *  Resolved [Florian Leyrer](https://wordpress.org/support/users/flodji/)
 * (@flodji)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/)
 * Hi,
 * I want to add Code to some Movie Details.
 * Normal: Movie Title
    With Code: **Movie Title**
 * Is this possible?
 * Thx
 * [https://wordpress.org/plugins/wpmovielibrary/](https://wordpress.org/plugins/wpmovielibrary/)

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

 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/#post-5216831)
 * Hi flodji,
 * Yes you can! If you merely want to add some styling you can do it from your theme’s`
   style.css`:
 *     ```
       /* Default movie title value when automatically showing metadata with movies */
       .wpml_title_field_value,
       /* Movie title value in labeled [movie_title] Shortcode  */
       .wpml_movie_title_value,
       /* Movie title value in unlabeled [movie_title] Shortcode */
       .wpml_movie_title {
       	color: grey;
       	font-weight: bold;
       }
       ```
   
 * For more complex modifications you can use templates with plugin version 1.2+.
 *  Thread Starter [Florian Leyrer](https://wordpress.org/support/users/flodji/)
 * (@flodji)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/#post-5216954)
 * Hi Charlie,
 * thx for your quick Reply.
 * Can you explain me how to use templates?
 * Thx
    Flodji
 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/#post-5216974)
 * The plugin’s `views` folder contains all the plugin’s important HTML parts; you
   can override these files by uploading your edited versions in your theme’s folder
   or through a custom plugin. Your template will be used instead of the plugin’s
   default one, so you can put pretty much everything you want in it.
 * I haven’t had any time to write the doc on that part yet, but that’s on my todo
   list for early September. Meanwhile you can take a look at how the [wpmovielibrary-lightbox](https://github.com/CaerCam/wpmovielibrary-lightbox/)
   works, it uses templates to implements JavaScript LightBox2 effect to images 
   and posters shortcodes; it should be a good example of how this work!
 *  Thread Starter [Florian Leyrer](https://wordpress.org/support/users/flodji/)
 * (@flodji)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/#post-5216978)
 * Hi Charlie,
 * great, thx.
 * Greetings
    Flo

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

The topic ‘Adding Code’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Florian Leyrer](https://wordpress.org/support/users/flodji/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/adding-code-3/#post-5216978)
 * Status: resolved