سلام
میخواستم بدونم با این میشه فروشگاه راه انداخت وردپرس 3.9.1
فایل page.php
ویرایش به woocommerce
و اینکه آیا به این نسخه آپدیت شده؟
میخواستم بدونم با این میشه فروشگاه راه انداخت وردپرس 3.9.1
فایل page.php
کد:
[COLOR=#0000cd][SIZE=14px]<?php/** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that * other 'pages' on your WordPress site will use a different template. * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]get_header(); ?>[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<div id="main-content" class="main-content">[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<?php if ( is_front_page() && twentyfourteen_has_featured_posts() ) { // Include the featured content template. get_template_part( 'featured-content' ); }?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main">[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] <?php // Start the Loop. while ( have_posts() ) : the_post();[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] // Include the page content template. get_template_part( 'content', 'page' );[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; ?>[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar( 'content' ); ?></div><!-- #main-content -->[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<?phpget_sidebar();get_footer();[/COLOR][/SIZE]
کد:
[COLOR=#0000cd][SIZE=14px]<?php/** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that * other 'pages' on your WordPress site will use a different template. * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]get_header(); ?>[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<div id="main-content" class="main-content">[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<?php if ( is_front_page() && twentyfourteen_has_featured_posts() ) { // Include the featured content template. get_template_part( 'featured-content' ); }?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main">[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] <?php woocommerce_content(); ?>[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px] </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar( 'content' ); ?></div><!-- #main-content -->[/COLOR][/SIZE]
[COLOR=#0000cd][SIZE=14px]<?phpget_sidebar();get_footer();[/COLOR][/SIZE]
آخرین ویرایش توسط مدیر: