Arkadaşlar kullandığım temanın footerine bir kaç logo ekleyip link vermem gerekiyor,kodlarla uğraşmaktan kafam durdu,temanın footer kodları aşağıda bu kodların içine bir kaç resim koyup düzenleyebilirseniz memnun olurum.
Şu şekilde yapmak istiyorum:


Footer kodları:
/**
* 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');
}

?>