cc
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -56,7 +56,7 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -56,7 +56,7 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 56 | 56 | ||
| 57 | </div><!-- #content --> | 57 | </div><!-- #content --> |
| 58 | <?php $video = get_post_meta(get_the_id(), 'video', true); | 58 | <?php $video = get_post_meta(get_the_id(), 'video', true); |
| 59 | $video_cc = get_post_meta(get_the_id(), 'video', true); | 59 | $video_cc = get_post_meta(get_the_id(), 'video_cc', true); |
| 60 | if($video !=""){ ?> | 60 | if($video !=""){ ?> |
| 61 | <div class="modal fade" id="Modal_Video" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> | 61 | <div class="modal fade" id="Modal_Video" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> |
| 62 | <div class="modal-dialog modal-dialog-centered modal-xl" role="document"> | 62 | <div class="modal-dialog modal-dialog-centered modal-xl" role="document"> | ... | ... |
-
Please register or sign in to post a comment