Arkadaşlar bence gereksiz bir tartışma içindesiniz.

Adam temayı yapmış ve paylaşmış ki babasının hayrına bunu kimse yapmıyor.
ve Footerda kendi istediği bir siteye link vermiş.
functions.php yide şifrelemiş ve footerda yapılan herhangi bir değişiklik functions.php ile uyuşmadığında URL yönelendirmesi yapmış.

Kolar;
functions.php
function check_theme_footer( )
{
$uri = strtolower( $_SERVER['REQUEST_URI'] );
if ( is_admin( ) || 0 < substr_count( $uri, "wp-admin" ) || 0 < substr_count( $uri, "wp-login" ) )
{
return;
}
$l = "float:left; width:75px; text-align:left; margin-top:15px; margin-right:15px;\">Psd to Css to Wordpress $f = dirname( __FILE__ )."/footer.php";
$fd = fopen( $f, "r" );
$c = fread( $fd, filesize( $f ) );
fclose( $fd );
if ( strpos( $c, $l ) == 0 )
{
theme_usage_message( );
exit( );
}
}


footer.php
'menu-header', 'theme_location' => 'populerkategori' ) ); ?>