PATH:
home
/
centosnipponia
/
public_html
/
lifannl
/
wp-content
/
themes
/
sydney-pro-ii
/
page-templates
<?php /** * Template Name: Sydney Wishlist * Template for sydney wishlist * * @package Sydney */ get_header(); ?> <div id="primary" class="content-area woocommerce-cart col-md-12"> <section> <header class="entry-header"> <?php the_title( '<h1 class="entry-title page-title">', '</h1>' ); ?> </header><!-- .page-header --> <div class="page-content"> <?php while( have_posts() ) : the_post(); the_content(); endwhile; ?> <?php get_template_part( 'content', 'wishlist' ); ?> </div><!-- .page-content --> </section> </div><!-- #main --> <?php get_footer();
[+]
..
[-] page_contact.php
[edit]
[-] page_front-page.php
[edit]
[-] page_fullwidth.php
[edit]
[-] page_login.php
[edit]
[-] page_no-header-wide.php
[edit]
[-] page_no-header.php
[edit]
[-] page_single-header-wide.php
[edit]
[-] page_single-header.php
[edit]
[-] template-wishlist.php
[edit]
[-] .htaccess.disabled
[edit]