TheLatest Theme
Bu temayı bileniniz vardır ben bir türlü özel alan resim adını bulamadım resim ekliyorum görünmüyor varmı yardım edebilecek :(
# Displays post image attachment (sizes: thumbnail, medium, full)
function dp_attachment_image($postid=0, $size='thumbnail', $attributes='') {
if ($postid<1) $postid = get_the_ID();
if ($images = get_children(array(
'post_parent' => $postid,
'post_type' => 'attachment',
'numberposts' => 1,
'post_mime_type' => 'image',)))
foreach($images as $image) {
$attachment=wp_get_attachment_image_src($image->ID, $size);
?> /> }
}
Özel alan olarak eklediğiniz halde başka serverda olduğu için göstermiyorsa