yukarı
 

Notlar

Wordpress / Wordpress tema şablon eklemek

<?php
/*
Template Name: Urunler
*/
global $wpc_option;
 
$page_layout     = get_post_meta( $post->ID, '_wpc_page_layout', true );
$page_breadcrumb = get_post_meta( $post->ID, '_wpc_hide_breadcrumb', true );
$page_comment    = wpcharming_option('page_comments');
 
wpcharming_get_header() ?>
 
<?php
global $post;
wpcharming_get_page_header($post->ID);
wpcharming_get_page_title($post->ID);
?>
 
<?php if ( $page_breadcrumb !== 'on' ) wpcharming_breadcrumb(); ?>
 
<div id="content-wrap" class="<?php echo ( $page_layout == 'full-screen' ) ? '' : 'container'; ?> <?php echo wpcharming_get_layout_class(); ?>">
<div id="primary" class="<?php echo ( $page_layout == 'full-screen' ) ? 'content-area-full' : 'content-area'; ?>">
 
            
            <div class="row_full_center_content clearfix"> 
                <div class="wpb_column vc_column_container vc_col-sm-3">
                                    <div class="collapse navbar-collapse navbarSec">
                                       <?php wp_nav_menu( array('menu' => urunler ));  ?>
                                    </div>
                 </div>
                <div class="wpb_column vc_column_container vc_col-sm-9">
                
                <main id="main" class="site-main" role="main">
                      <h1><?php the_title(); ?></h1>
<?php while ( have_posts() ) : the_post(); ?>
 
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 
<div class="entry-content">
 
<?php the_content(); ?>
 
</div><!-- .entry-content -->
 
</article><!-- #post-## -->
 
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
 
<?php endwhile; // end of the loop. ?>
 
</main><!-- #main -->
                
                
                
                </div>
             </div>
            
</div><!-- #primary -->
 
<?php echo wpcharming_get_sidebar(); ?>
 
</div> <!-- /#content-wrap -->
 
<?php get_footer(); ?>








volkan çelik ven web tasarım facebook volkan çelik ven web tasarım twitter volkan çelik ven web tasarım instegram volkan çelik ven web tasarım google+ volkan çelik ven web tasarım youtube

Yandex.Metrica