Merhabalar bugün aPress teması satın aldım fakat, şöyle bir hata var sitenin
grafikleri vs hiç birşeyi yerine oturmadı yardımcı olabilecek arkadaşlar varmı?
Site : http://uzmanyazar.net/
/*
* Print the tag based on what is being viewed.
*/
global $page, $paged;
wp_title( '|', true, 'right' );
// Add the blog name.
bloginfo( 'name' );
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( __( 'Sayfa %s', 'aorhan' ), max( $paged, $page ) );
?>
<script>
{lang: 'tr'}
</script>
<script>/js/external.js"></script>
<script>/js/jquery-1.4.min.js"></script>
<script>/js/jquery.tools.min.js"></script>
<script>
$(document).ready(function() {
$("#sosyal_medya ul li a[title]").tooltip();
});
</script>
global $wp_query;
$post_id = $wp_query->post->ID;
$arrImages =& get_children('post_type=attachment&post_mime_type=image&post_parent=' . $wp_query->post->ID );
if($arrImages) {
$arrKeys = array_keys($arrImages);
$iNum = $arrKeys[0];
$sThumbUrl = wp_get_attachment_thumb_url($iNum);
echo '';
} else {
echo '';
}
}?>