Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/single-portfolio.php |
<?php /*** Portfolio Single Posts template. ***/ get_header(); $pageId = isset ($_SESSION['TouchM_page_id']) ? $_SESSION['TouchM_page_id'] : get_page_ID_by_page_template('portfolio-template.php'); $custom = get_post_custom($pageId); $layout = isset ($custom['_page_layout']) ? $custom['_page_layout'][0] : '1'; $al_options = get_option('al_general_settings'); $breadcrumbs = $al_options['al_show_breadcrumbs']; $titles = $al_options['al_show_page_titles']; ?> <div class="container region3wrap"> <?php if($breadcrumbs):?> <div class="row content_top"> <div class="nine columns"> <?php if(class_exists('the_breadcrumb')){ $albc = new the_breadcrumb; } ?> </div> <div class="three columns"> <div class="row"> <div class="twelve columns"> <?php get_search_form(); ?> </div> </div> </div> </div> <?php endif ?> </div> <div class="container region4wrap"> <div class="row maincontent"> <div class="twelve columns"> <div class="page_title" style="margin-bottom:30px"> <div class="row"> <div class="nine columns"> <h1><?php the_title()?></h1> </div> <div class="three columns float-right"> <div class="project-pagination"> <?php $prev_post = get_previous_post(); if (!empty( $prev_post )): ?> <a href="<?php echo get_permalink( $prev_post->ID ); ?>" title="<?php _e('Previous Project', 'TouchM')?>" class="has-tipsy left_pagination"></a> <?php else: ?> <span class="has-tipsy left_pagination inactive"></span> <?php endif; ?> <a title="<?php _e('View All Projects', 'TouchM')?>" href="<?php echo get_permalink( $pageId ); ?>" class="has-tipsy all_pagination"></a> <?php $next_post = get_next_post(); if (!empty( $next_post )): ?> <a href="<?php echo get_permalink( $next_post->ID ); ?>" title="<?php _e('Next Project', 'TouchM')?>" class="has-tipsy right_pagination"></a> <?php else: ?> <span class="has-tipsy right_pagination inactive"></span> <?php endif; ?> </div> </div> </div> </div> </div> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php if ($layout == '3'):?> <div class="four columns sidebar-left"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Portfolio Sidebar") ) : ?> <?php endif;?></div> <?php endif?> <div class="<?php echo $layout == '1' ? 'twelve' : 'eight'?> columns"> <div class="row"> <?php the_content(); ?> </div> </div> <?php if ($layout == '2'):?> <div class="four columns sidebar-right"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Portfolio Sidebar") ) : ?> <?php endif;?></div> <?php endif?> <div class="clear"></div> <?php endwhile; ?> </div> </div> <?php get_footer(); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare