D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
public_html
/
wp-content
/
themes
/
pixwell
/
Filename :
single.php
back
Copy
<?php /** The template for displaying single posts */ get_header(); if ( have_posts() ) : while ( have_posts() ) { the_post(); pixwell_single(); } endif; /** get footer */ get_footer();