PATH:
home
/
lab2454c
/
isaaclondston.com
/
wp-content
/
themes
/
divine_saint
<?php /** * Template Name: Global Market Template */ get_header(); ?> <!-- Pop up form --> <div id="myModalPage" class="modal fade modal__main" data-bs-keyboard="false" data-bs-backdrop="static"> <div class="modal-dialog modal__dialog"> <div class="modal-content modal__content"> <div class="modal-header"> <h5 class="modal-title">Sign In Page</h5> <!-- <button type="button" class="close" data-dismiss="modal">×</button> --> </div> <div class="modal-body modal__body"> <img src="<?php echo esc_url(get_theme_mod( 'wp_bootstrap_starter_logo' )); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"> <div class="invite_form"> <form action="" method="POST" name="invite_codes_page"> <h5> Sign up with email </h5> <div class="form-group"> <label>Password: </label> <input type="text" name="invite_only_page" class="form-control" required> </div> <div class="form-group"> <label>Email Address: </label> <input type="email" name="email_page" class="form-control" required> </div> <input type="hidden" name="action" value="send_form_page" style="display: none; visibility: hidden; opacity: 0;"> <button class="btn__submit" type="submit">Submit!</button> </form> </div> </div> </div> </div> </div> <!-- Pop up form End --> <div class="header__banner__main header__banner__inner"> <div class="header__banner___overlay"></div> <?php if ( has_post_thumbnail() ) { ?> <div class="image__box"> <?php the_post_thumbnail(); ?> </div> <?php } ?> <div class="banner__content"> <div class="container"> <div class="banner__container__inner"> <h1><?php the_title();?></h1> </div> </div> </div> </div> <div class="body__container__wrapp body__container__inner"> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 col-md-12"> <?php if( have_rows('ggm_major_index_section') ): while( have_rows('ggm_major_index_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('open-close_index_image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_retail_trading_activity_section') ): while( have_rows('ggm_retail_trading_activity_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <?php if( have_rows('ggm_retail_trading_activity_section') ): while( have_rows('ggm_retail_trading_activity_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="inner__content__box"> <?php if( have_rows('ggm_retail_trading_activity_section') ): while( have_rows('ggm_retail_trading_activity_section') ) : the_row(); ?> <?php the_sub_field('content'); ?> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> </div> <!-- Blog Section --> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_top_market_section') ): while( have_rows('ggm_top_market_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <?php $args = array ( 'post_type' => 'post', 'status' => 'publish', 'order' => 'DESC', 'posts_per_page' => 3 ); $the_query = new WP_Query($args); ?> <?php if($the_query->have_posts()) : ?> <?php while($the_query->have_posts()) : $the_query->the_post(); ?> <div class="col-xl-4 col-lg-4 col-md-4"> <div class="box-row-list"> <div class="box-list"> <?php if(has_post_thumbnail(get_the_ID())){?> <div class="news-icon"> <a href="<?php echo the_permalink();?>"><?php the_post_thumbnail();?></a> </div> <?php } ?> <div class="news-content-text"> <div class="news-title "> <a href="<?php echo the_permalink();?>"><h3> <?php the_title(); ?></h3></a> </div> <div class="hr-line"></div> <div class="news-summery py-3"> <?php $category = get_the_category(); if ( ! empty( $category ) ) { ?> <h4><?php echo $category[0]->cat_name; ?></h4> <?php } ?> <a href="<?php echo the_permalink();?>"><?php echo the_excerpt();?></a> </div> <!-- <div class="blog-read-more"> <a href="<?php //echo the_permalink();?>"> Read More </a> </div> --> </div> </div> </div> </div> <?php endwhile; ?> <?php endif; wp_reset_query(); ?> </div> </div> </div> </div> </div> <!-- Blog Section End --> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_stock_market_activity_section') ): while( have_rows('ggm_stock_market_activity_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <?php if( have_rows('ggm_stock_market_activity_section') ): while( have_rows('ggm_stock_market_activity_section') ) : the_row(); ?> <?php if( have_rows('images') ): while( have_rows('images') ) : the_row(); ?> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="image__box__data"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> <?php endwhile; endif; ?> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_global_markets_section') ): while( have_rows('ggm_global_markets_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <?php if( have_rows('ggm_global_markets_section') ): while( have_rows('ggm_global_markets_section') ) : the_row(); ?> <div class="image__box__databox"> <img src="<?php the_sub_field('left_image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> <div class="col-xl-6 col-lg-6 col-md-6"> <?php if( have_rows('ggm_global_markets_section') ): while( have_rows('ggm_global_markets_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('right_image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <!-- Blog Section --> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_market_news_section') ): while( have_rows('ggm_market_news_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <?php $args = array ( 'post_type' => 'post', 'status' => 'publish', 'order' => 'DESC', 'posts_per_page' => 3 ); $the_query = new WP_Query($args); ?> <?php if($the_query->have_posts()) : ?> <?php while($the_query->have_posts()) : $the_query->the_post(); ?> <div class="col-xl-4 col-lg-4 col-md-4"> <div class="box-row-list"> <div class="box-list"> <?php if(has_post_thumbnail(get_the_ID())){?> <div class="news-icon"> <a href="<?php echo the_permalink();?>"><?php the_post_thumbnail();?></a> </div> <?php } ?> <div class="news-content-text"> <div class="news-title "> <a href="<?php echo the_permalink();?>"><h3> <?php the_title(); ?></h3></a> </div> <div class="hr-line"></div> <div class="news-summery py-3"> <?php $category = get_the_category(); if ( ! empty( $category ) ) { ?> <h4><?php echo $category[0]->cat_name; ?></h4> <?php } ?> <a href="<?php echo the_permalink();?>"><?php echo the_excerpt();?></a> </div> <!-- <div class="blog-read-more"> <a href="<?php //echo the_permalink();?>"> Read More </a> </div> --> </div> </div> </div> </div> <?php endwhile; ?> <?php endif; wp_reset_query(); ?> </div> </div> </div> </div> </div> <!-- Blog Section End --> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_analyst_upgrades_section') ): while( have_rows('ggm_analyst_upgrades_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 col-md-12"> <?php if( have_rows('ggm_analyst_upgrades_section') ): while( have_rows('ggm_analyst_upgrades_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_analyst_downgrades_section') ): while( have_rows('ggm_analyst_downgrades_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 col-md-12"> <?php if( have_rows('ggm_analyst_downgrades_section') ): while( have_rows('ggm_analyst_downgrades_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_etfs_section') ): while( have_rows('ggm_etfs_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <div class="col-xl-12 col-lg-12 col-md-12"> <?php if( have_rows('ggm_etfs_section') ): while( have_rows('ggm_etfs_section') ) : the_row(); ?> <div class="image__box__data"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <!-- Blog Section --> <div class="two__col__full__wrapp col__full__wrapp__with__color col__full__wrapp__with__no__color"> <div class="inner__content__wrap"> <div class="inner__content__holder inner__content__holder__noposition"> <div class="container-xl"> <?php if( have_rows('ggm_actionable_investing_section') ): while( have_rows('ggm_actionable_investing_section') ) : the_row(); ?> <h3><?php the_sub_field('title'); ?></h3> <?php endwhile; endif; ?> <div class="row align-items-center"> <?php $args = array ( 'post_type' => 'post', 'status' => 'publish', 'order' => 'DESC', 'posts_per_page' => 3 ); $the_query = new WP_Query($args); ?> <?php if($the_query->have_posts()) : ?> <?php while($the_query->have_posts()) : $the_query->the_post(); ?> <div class="col-xl-4 col-lg-4 col-md-4"> <div class="box-row-list"> <div class="box-list"> <?php if(has_post_thumbnail(get_the_ID())){?> <div class="news-icon"> <a href="<?php echo the_permalink();?>"><?php the_post_thumbnail();?></a> </div> <?php } ?> <div class="news-content-text"> <div class="news-title "> <a href="<?php echo the_permalink();?>"><h3> <?php the_title(); ?></h3></a> </div> <div class="hr-line"></div> <div class="news-summery py-3"> <?php $category = get_the_category(); if ( ! empty( $category ) ) { ?> <h4><?php echo $category[0]->cat_name; ?></h4> <?php } ?> <a href="<?php echo the_permalink();?>"><?php echo the_excerpt();?></a> </div> <!-- <div class="blog-read-more"> <a href="<?php //echo the_permalink();?>"> Read More </a> </div> --> </div> </div> </div> </div> <?php endwhile; ?> <?php endif; wp_reset_query(); ?> </div> </div> </div> </div> </div> <!-- Blog Section End --> </div> <?php get_footer(); ?>
[+]
woocommerce
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] template-rough.php
[edit]
[-] rtl.css
[edit]
[-] woocommerce-new-old.php
[edit]
[-] blank-page-with-container.php
[edit]
[-] template-globalgem.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-polished.php
[edit]
[-] .DS_Store
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] template-service.php
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]
[-] woocommerce-old.php
[edit]