/
home
/
vianto5
/
cititower.mx
/
wp-content
/
themes
/
montreal
/
inc
/
/home/vianto5/cititower.mx/wp-content/themes/montreal/inc
mkdir
upload
Name
Size
Mode
Actions
framework/
-
0755
rm
archive-titles.php
1583
0644
edit
dl
rm
Edit:
/home/vianto5/cititower.mx/wp-content/themes/montreal/inc/archive-titles.php
(1583B)
<?php if ( is_404() || is_home() || is_category() || is_tag() || is_day() || is_month() || is_year() || is_search() || is_tax()) { ?> <?php /* If this is a category archive */ if (is_category() || is_tax()) { ?> <h2><?php _e('Archive for the ','threesixty') ?>'<?php single_cat_title(); ?>' <?php _e('Category','threesixty') ?></h2> <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> <h2><?php _e('Posts Tagged with ','threesixty') ?>'<?php single_tag_title(); ?>'</h2> <?php /* If this is a daily archive */ } elseif (is_day()) { ?> <h2><?php _e('Archive for ','threesixty') ?><?php the_time(get_option('date_format')); ?></h2> <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> <h2><?php _e('Archive for ','threesixty') ?><?php the_time(get_option('date_format')); ?></h2> <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> <h2><?php _e('Archive for ','threesixty') ?><?php the_time(get_option('date_format')); ?></h2> <?php /* If this is an author archive */ } elseif (is_author()) { ?> <h2><?php _e('Author Archive','threesixty') ?></h2> <?php /* If this is a paged archive */ } elseif (is_search()) { ?> <h2><?php printf( __( 'Search Results for: %s', 'threesixty' ), '' . get_search_query() . '' ); ?></h2> <?php } elseif (is_home()) { ?> <?php $option = get_option('threesixty_theme_options'); $blogTitle = $option['blog_title']; ?> <?php if( $blogTitle !='' ) { ?><h2><?php echo $blogTitle; ?></h2><?php } ?> <?php } ?> <?php } ?>
Save
cmd:
run