/
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/search.php
(1465B)
<?php get_header(); $option = get_option('montreal_theme_options'); global $wp_query; $total_results = $wp_query->found_posts; ?> <!-- STRIPES BACKGROUND --> <div class="bigpadding" style="background:url(<?php echo $option['background_image']; ?>);"> </div> <div class="container white bigpadding"> <section class="row"> <h3 class="blacktext bold midbottommargin center uppercase"><?php _e( 'Your Search Found ', 'montreal' ); echo $total_results; if( $total_results == '1' ){ _e(' Item','montreal'); } else { _e(' Items','montreal'); } ?></h3> <div class="five columns alpha centered blackhorizontal"> </div> <?php if( $total_results == '0' ) { ?> <div class="four columns alpha centered midtopmargin"> <p class="center meta"> <?php _e('Whoops! It seems your search returned 0 results, try searching again for a different keyword.', 'montreal'); ?> </p> </div> </section> <?php } else { ?> <div class="four columns alpha centered midtopmargin"> <p class="center meta"> <?php _e('Search Results For ', 'montreal') . the_search_query(); ?> </p> </div> </section><section class="row bigtoppadding centered"> <ul class="list bullet centered"> <?php while ( have_posts() ) : the_post(); ?> <li class="blacktext"><h5 class="aligncenter"><a href="<?php the_permalink(); ?>" class="blacktext"><?php the_title(); ?></a></h5></li> <?php endwhile; ?> </ul></section> <?php } ?> </div> <?php get_footer(); ?>
Save
cmd:
run