Arkadaşlar şu footeri düzenlememe yardım edebilecek bir arkadaş yok mu:o
/**
* The template for displaying the footer.
*
* Closes the for #content, #content-main and #container, and tags.
*
* @package Graphene
* @since Graphene 1.0
*/
global $graphene_settings;
?>
/* Sidebar 1 on the right side? */
if ( in_array(graphene_column_mode(), array('two-col-left', 'three-col-left')) ){
get_sidebar();
}
/* Sidebar 2 on the right side? */
if ( in_array(graphene_column_mode(), array('three-col-left', 'three-col-center')) ){
get_sidebar('two');
}
?>