lostyazilim

yazı altı sabit resme link

4 Mesajlar 846 Okunma
lstbozum
wmaraci reklam

yuem yuem WM Aracı Kullanıcı
  • Üyelik 29.01.2013
  • Yaş/Cinsiyet 37 / E
  • Meslek ...
  • Konum Ankara
  • Ad Soyad ** **
  • Mesajlar 128
  • Beğeniler 31 / 4
  • Ticaret 1, (%100)
wp de her yazının sonuna sabit bir resim ekleyebilirmiyiz.resme link verilecek.her konuya girmektense bunun için bir eklenti veya temada bir değişiklik yapma ile olur mu?
 

 

wmaraci
reklam

aakinci aakinci hdfilmdevi.org Kullanıcı
  • Üyelik 21.03.2012
  • Yaş/Cinsiyet 32 / E
  • Meslek Bilgisayar Öğretmeni
  • Konum Manisa
  • Ad Soyad A** A**
  • Mesajlar 902
  • Beğeniler 51 / 110
  • Ticaret 51, (%96)
single php dosyasını aç ve içerisinde content yazısını arat bu bulduğun kodun altına ekle ne ekleyeceksen bu her yazıda görünür.
 

 

yuem yuem WM Aracı Kullanıcı
  • Üyelik 29.01.2013
  • Yaş/Cinsiyet 37 / E
  • Meslek ...
  • Konum Ankara
  • Ad Soyad ** **
  • Mesajlar 128
  • Beğeniler 31 / 4
  • Ticaret 1, (%100)
baktım hocam tema çok geniş orda sadece aşağıdaki kodlar var
bir de loop-single.php var

global $graphene_settings;
$post_type = get_post_type_object( get_post_type() );
?>
/**
* Check if the post has a post format. Load a post-format specific loop file,
* if it has. Continue with standard loop otherwise.
*/
if ( function_exists( 'get_post_format' ) ) {
global $post_format;
$post_format = get_post_format();

// Get the post formats supported by the theme
$supported_formats = get_theme_support( 'post-formats' );
if ( is_array( $supported_formats ) ) $supported_formats = $supported_formats[0];

if ( in_array( $post_format, $supported_formats ) ) {

// Get the post format loop file
get_template_part( 'loop-post-formats', $post_format );

// Stop this default posts loop
return;
}
}
?>




>








if ( $graphene_settings['show_post_avatar'] ) {
echo '
' . get_avatar( get_the_author_meta( 'user_email' ), 45 ) . '
';
}
?>

/* Add a print button only for single pages/posts
* and if the theme option is enabled.
*/
if ( $graphene_settings['print_button'] ) : ?>



if( function_exists( 'wp_email' ) ) { echo ''; }
?>




















'', 'next_or_number' => 'number' ) ); ?>










/**
* Display the post author's bio in single-post page if enabled
*/
if ( $graphene_settings['show_post_author'] ) :
?>



>
if ( $author_imgurl = get_the_author_meta( 'graphene_author_imgurl' ) ) {
echo '';
} else {
echo get_avatar( get_the_author_meta( 'user_email' ), graphene_grid_width( '', 2 ) );
}
?>







if ( $graphene_settings['print_css'] ) {
echo graphene_print_only_text( '' . __( 'Permanent link to this article:', 'graphene' ) . ' ' . get_permalink() . '' );
}
?>

/**
* Display Adsense advertising for single post pages
* See graphene_adsense() function in functions.php
*/
graphene_adsense(); ?>








bu da tekil yazı
/**
* The Template for displaying all single posts.
*
* @package Graphene
* @since Graphene 1.0
*/

get_header(); ?>

/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-single.php and that will be used instead.
*/
the_post();
get_template_part('loop', 'single');
?>



Ek Olarak:

Ek Olarak:
 

 

MagaraAdami MagaraAdami PM atabilirsiniz Kullanıcı
  • Üyelik 23.01.2014
  • Yaş/Cinsiyet 36 / E
  • Meslek Öğrenci
  • Konum Mersin
  • Ad Soyad A** Ö**
  • Mesajlar 2814
  • Beğeniler 382 / 974
  • Ticaret 2, (%100)


Şu kısmın altına ekleyeceksin hocam
 

 

Okşadıkça insanları, içinden çıkıyor Cini...
wmaraci
wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al