lostyazilim
tr.link

Acil Destek Özel Sayfa Şablonu Olşturma

3 Mesajlar 601 Okunma
lstbozum
tr.link

benteb benteb WM Aracı Kullanıcı
  • Üyelik 06.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Network Marketer
  • Konum İstanbul Avrupa
  • Ad Soyad T** B**
  • Mesajlar 10
  • Beğeniler 3 / 0
  • Ticaret 0, (%0)
Arkadaşlar bir sorum var destek olan olursa şimdiden teşekkür ederim.
Wordpress temamda özel sayfa şablonu oluşturmak istiyorum. Yani mesela iletisim sayfası standart yazı sayfası gibi olmayacak. Örneğin normal yazı sayfası site arka planı değilde content alanı arka planı beyazsa burada örneğin transparan olsun yada farklı bir renk. Bunun için sanırım templatename: şeklinde bir özel sayfa yapısı oluşturmak lazım. Bunun için de yeni page.php oluşturmak lazım. Ama bunun içerisinde ne yaparsan dediğim gibi olur anlamadım. Benim page.php aynen şu şekilde:




if (have_posts()) {
/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part('content', 'page');
}
} else {
theme_404_content();
}
?>




Yanlış mı anladım bilmiyorum ama sanırım temasını content.php'den çekiyor. Yani bunu mu değiştireceğim? Doğru ise bunu nasıl değiştirmem lazım content.php kodları da şöyle:

/**
*
* content*.php
*
* The post format template. You can change the structure of your posts or add/remove post elements here.
*
* 'id' - post id
* 'class' - post class
* 'thumbnail' - post icon
* 'title' - post title
* 'before' - post header metadata
* 'content' - post content
* 'after' - post footer metadata
*
* To create a new custom post format template you must create a file "content-YourTemplateName.php"
* Then copy the contents of the existing content.php into your file and edit it the way you want.
*
* Change an existing get_template_part() function as follows:
* get_template_part('content', 'YourTemplateName');
*
*/
global $post;
theme_post_wrapper(
array(
'id' => theme_get_post_id(),
'class' => theme_get_post_class(),
'thumbnail' => theme_get_post_thumbnail(),
'title' => '' . get_the_title() . '',
'heading' => theme_get_option('theme_' . (is_home() ? 'posts' : 'single') . '_article_title_tag'),
'before' => theme_get_metadata_icons('', 'header'),
'content' => theme_get_excerpt(),
'after' => theme_get_metadata_icons('', 'footer')
)
);
?>



Bu da mı başka yerden çekiyor anlamadım... Yardımcı olun lütfenn
 

 

http://www.bayanlarais.org
http://byancauyelik.com
https://www.networkmarketinguzmani.com
wmaraci
reklam

AshiL AshiL Elektrik Teknikeri Kullanıcı
  • Üyelik 18.02.2013
  • Yaş/Cinsiyet 43 / E
  • Meslek Elektrik Teknikeri
  • Konum Aydın
  • Ad Soyad F** H**
  • Mesajlar 724
  • Beğeniler 56 / 114
  • Ticaret 0, (%0)
önceLikle sayfa şablonu oluşturmak icin ..




Template Name: iLetisim

*/

?>




Buraya iLetisim form Kodu







bu kodlar ile bir tane iletisim.php adlı dosya oluştur ve kodları icine atarak temanın içersine yolla daha sonra wordpress admin panelinden sayfa oluştur diyerek iletisim.php sayfa şablonunu seç


.iletisim {
background-image: url(images/iletisim_arkaplan.jpg);
background-repeat: repeat;
background-attachment: scroll;
background-color: white;
background-position: top-left;
}


vermiş olduğum css kodunuda style.css nin en alt kısımına kopyala images dosyanın içersine iletisim_arkaplan.jpg isminde arka planda görünmesini istediğin resimi ata.. kolay gelsin..
benteb

kişi bu mesajı beğendi.

https://cetirdek.com Webmaster Forumu..

benteb benteb WM Aracı Kullanıcı
  • Üyelik 06.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Network Marketer
  • Konum İstanbul Avrupa
  • Ad Soyad T** B**
  • Mesajlar 10
  • Beğeniler 3 / 0
  • Ticaret 0, (%0)
Teşekkürler hocam, iyi çalışmalar ;)
 

 

http://www.bayanlarais.org
http://byancauyelik.com
https://www.networkmarketinguzmani.com
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