Ozaman tema dosyalarını incele mesela tema index dosyasını bir yaz bakayım.
tema index dosyasının kodları
/**
* Template for common archive pages, author and search results
* @package themify
* @since 1.0.0
*/
?>
/** Themify Default Variables
* @var object */
global $themify;
?>
/////////////////////////////////////////////
// Author Page
/////////////////////////////////////////////
if(is_author()) : ?>
global $author, $author_name;
$curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));
$author_url = $curauth->user_url;
?>
first_name; ?> last_name; ?>:
/////////////////////////////////////////////
// Search Title
/////////////////////////////////////////////
?>
/////////////////////////////////////////////
// Category Title
/////////////////////////////////////////////
?>
get_category_description(); ?>
/////////////////////////////////////////////
// Default query categories
/////////////////////////////////////////////
?>
global $query_string;
query_posts( apply_filters( 'themify_query_posts_args', $query_string.'&order='.$themify->order.'&orderby='.$themify->orderby ) );
?>
/////////////////////////////////////////////
// Loop
/////////////////////////////////////////////
?>
/////////////////////////////////////////////
// Error - No Page Found
/////////////////////////////////////////////
?>
/////////////////////////////////////////////
// Sidebar
/////////////////////////////////////////////
if( $themify->layout != 'sidebar-none' ): get_sidebar(); endif; ?>