index.php

/** Themify Default Variables
* @var object */
global $themify; ?>







/////////////////////////////////////////////
// Author Page
/////////////////////////////////////////////
?>

$curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));
$author_url = $curauth->user_url;
?>

user_email, $size = '48' ); ?>


first_name; ?> last_name; ?>




user_description; ?>





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; ?>




Ek Olarak: function.php
/***************************************************************************
*
* ----------------------------------------------------------------------
* DO NOT EDIT THIS FILE
* ----------------------------------------------------------------------
*
* Copyright (C) Themify
* http://themify.me
*
***************************************************************************/

$theme_includes = apply_filters( 'themify_theme_includes',
array( 'themify/themify-database.php',
'themify/class-themify-config.php',
'themify/themify-utils.php',
'themify/themify-config.php',
'themify/themify-modules.php',
'theme-options.php',
'theme-modules.php',
'theme-functions.php',
'custom-modules.php',
'custom-functions.php',
'theme-class.php',
'themify/themify-widgets.php' ));

foreach ( $theme_includes as $include ) { locate_template( $include, true ); }

/**********************************************************************************************************
*
* Do not edit this file.
* To add custom PHP functions to the theme, create a new 'custom-functions.php' file in the theme folder.
*
***********************************************************************************************************/
?>