/
home
/
vianto5
/
cititower.mx
/
wp-content
/
themes
/
montreal
/
/home/vianto5/cititower.mx/wp-content/themes/montreal
mkdir
upload
Name
Size
Mode
Actions
admin/
-
0755
rm
css/
-
0755
rm
font/
-
0755
rm
images/
-
0755
rm
img/
-
0755
rm
inc/
-
0755
rm
js/
-
0755
rm
languages/
-
0755
rm
player/
-
0755
rm
postformats/
-
0755
rm
404.php
723
0644
edit
dl
rm
archive-portfolio.php
1352
0644
edit
dl
rm
comments.php
0
0644
edit
dl
rm
editor-style-rtl.css
413
0644
edit
dl
rm
editor-style.css
5434
0644
edit
dl
rm
footer-stripe.php
1799
0644
edit
dl
rm
footer.php
2308
0644
edit
dl
rm
functions.php
15799
0644
edit
dl
rm
header.php
2757
0644
edit
dl
rm
index.php
1468
0644
edit
dl
rm
newsletter.php
1353
0644
edit
dl
rm
page-about.php
4948
0644
edit
dl
rm
page-blog-list.php
1590
0644
edit
dl
rm
page-home.php
9122
0644
edit
dl
rm
page-location.php
2741
0644
edit
dl
rm
page-planner.php
8828
0644
edit
dl
rm
page-portfolio-basic.php
2182
0644
edit
dl
rm
page-portfolio-drag.php
2094
0644
edit
dl
rm
page-portfolio-grid-black.php
2029
0644
edit
dl
rm
page-portfolio-grid-block.php
1380
0644
edit
dl
rm
page-portfolio-grid-white.php
1981
0644
edit
dl
rm
page-portfolio-stripe.php
1649
0644
edit
dl
rm
page-sidebar.php
993
0644
edit
dl
rm
page-thanks.php
566
0644
edit
dl
rm
page-ubicacion.php
2865
0644
edit
dl
rm
page.php
782
0644
edit
dl
rm
portfolio-navigation.php
682
0644
edit
dl
rm
projectplanner.php
5237
0644
edit
dl
rm
rtl.css
1439
0644
edit
dl
rm
rtl.php
43034
0644
edit
dl
rm
screenshot.png
394176
0644
edit
dl
rm
search.php
1465
0644
edit
dl
rm
searchform.php
323
0644
edit
dl
rm
sendemail.php
2517
0644
edit
dl
rm
sidebar-contact.php
103
0644
edit
dl
rm
sidebar.php
99
0644
edit
dl
rm
single-portfolio.php
218
0644
edit
dl
rm
single.php
1149
0644
edit
dl
rm
style.css
1495
0644
edit
dl
rm
styles.php
43191
0644
edit
dl
rm
wp-updates-theme.php
1923
0644
edit
dl
rm
Edit:
/home/vianto5/cititower.mx/wp-content/themes/montreal/page-about.php
(4948B)
<?php /* Template Name: About */ ?> <?php get_header(); the_post(); global $post; $option = get_option('montreal_theme_options'); ?> <!-- BANNER IMAGE CONTAINER . CHANGE BELOW URL TO YOUR BACKGROUND BANNER IMAGE --> <div class="container" style="background:url(<?php $url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full'); echo $url[0]; ?>);background-position:center fixed;"> <section class="row largetoppadding bigbottompadding"> <div class="six columns midtoppadding"> <h1 class="italic whitetext"><?php the_title(); ?></h1> <h6 class="whitetext"><?php echo get_post_meta( $post->ID, '_cmb_the_subtitle', true ); ?></h6> </div> </section> </div> <!-- CONTENT CONTAINER --> <div class="container white"> <section class="row bigpadding blogContent"> <?php the_content(); ?> </section> </div> <?php if(get_post_meta( $post->ID, '_cmb_the_team_switch', true ) == 'on') : ?> <div class="container black bigpadding"> <section class="row"> <h3 class="whitetext bold midbottommargin center"><?php echo get_post_meta( $post->ID, '_cmb_the_team_title', true ); ?></h3> <div class="three columns alpha centered whitehorizontal"> </div> </section> <section class="row midtopmargin"> <?php query_posts('post_type=team&posts_per_page=-1'); if( have_posts() ) : while( have_posts() ) : the_post(); global $post; ?> <div class="three columns team"> <div class="person smallbottommargin"> <?php the_post_thumbnail(); ?> <div class="personinfo"> <p class="center bigtoppadding"> <?php if( get_post_meta( $post->ID, '_cmb_the_team_social1_link', true ) !='' ) : ?><a href="<?php echo get_post_meta( $post->ID, '_cmb_the_team_social1_link', true ); ?>" class="smallfont whitetext"><?php echo get_post_meta( $post->ID, '_cmb_the_team_social1_name', true ); ?></a> <?php endif; ?> <?php if( get_post_meta( $post->ID, '_cmb_the_team_social2_link', true ) !='' ) : ?><a href="<?php echo get_post_meta( $post->ID, '_cmb_the_team_social2_link', true ); ?>" class="smallfont whitetext"><?php echo get_post_meta( $post->ID, '_cmb_the_team_social2_name', true ); ?></a> <?php endif; ?> <?php if( get_post_meta( $post->ID, '_cmb_the_team_social3_link', true ) !='' ) : ?><a href="<?php echo get_post_meta( $post->ID, '_cmb_the_team_social3_link', true ); ?>" class="smallfont whitetext"><?php echo get_post_meta( $post->ID, '_cmb_the_team_social3_name', true ); ?></a> <?php endif; ?> </p> </div> </div> <!-- PERSON INFO --> <h5 class="whitetext"><?php the_title(); ?></h5> <h6 class="whitetext"><?php echo get_post_meta( $post->ID, '_cmb_the_job_title', true ); ?></h6> </div> <?php endwhile; endif; wp_reset_query(); ?> </section> </div> <?php endif; ?> <!-- CLIENT CONTAINER --> <div class="container" style="background:url(<?php echo $option['background_image']; ?>);"> <?php if(get_post_meta( $post->ID, '_cmb_the_client_switch', true ) == 'on') : ?> <section class="row white bigpadding leftpadding rightpadding"> <section class="row"> <h4 class="blacktext midbottommargin center"><?php echo get_post_meta( $post->ID, '_cmb_the_clients_title', true ); ?></h4> <div class="three columns alpha centered blackhorizontal"></div> </section> <section class="row midtopmargin bigbottommargin clients_section"> <?php query_posts('post_type=clients&posts_per_page=-1'); if( have_posts() ) : while( have_posts() ) : the_post(); global $post; ?> <div class="two columns"> <?php if( get_post_meta( $post->ID, '_cmb_the_client_link', true ) ) : ?> <a href="<?php echo get_post_meta( $post->ID, '_cmb_the_client_link', true ); ?>"> <?php endif; ?> <?php the_post_thumbnail('client'); ?> <?php if( get_post_meta( $post->ID, '_cmb_the_client_link', true ) ) : ?> </a> <?php endif; ?> </div> <?php endwhile; endif; wp_reset_query(); ?> </section> <?php endif; ?> <?php if(get_post_meta( $post->ID, '_cmb_the_testimonial_switch', true ) == 'on') : ?> <section class="row"> <h4 class="italic center"><?php echo get_post_meta( $post->ID, '_cmb_the_testimonial_title', true ); ?></h4> </section> <section class="row midtoppadding smallbottompadding"> <h2 class="light blacktext center icon-certificate"></h2> </section> <section class="row"> <div class="seven columns centered"> <div class="flexslider"> <ul class="slides"> <?php query_posts('post_type=testimonial&posts_per_page=-1'); if( have_posts() ) : while( have_posts() ) : the_post(); global $post; ?> <li> <div> <h5 class="light blacktext center"><?php $content = get_the_content(); echo strip_tags($content); ?></h5> <h6 class="center bold meta midtopmargin blacktext"><?php the_title(); ?></h6> </div> </li> <?php endwhile; endif; wp_reset_query(); ?> </ul> </div> </div> </section> <?php endif; ?> </section> </div> <?php get_footer(); ?>
Save
cmd:
run