Sitemde ana sayfada manşet altına 2 sutun dan oluşan 4 içerik koymak istiyorum resimli ve tıklandığında ilgili yazıya gönderme yapsın.
Aynı altta bulunan Süphan tarımsal danışmanlık gibi.
Ana sayfada gözükmesini istediğim 4 yazı hocam.
}
#colophon .info-bar .info ul li {
float: none;
display: inline-block;
font-size: 14px;
line-height: 34px;
font-weight: bold;
}
#colophon .info-bar .info ul li a {
color: #888;
}
#colophon .info-bar .info ul li:before {
font-size: 32px;
width: 32px;
height: 32px;
line-height: 32px;
font-weight: normal;
}
/* Site Generator */
#site-generator {
padding: 30px 0px;
color: #666;
background-color: #1a1a1a;
}
#site-generator .social-profiles {
width: 31.28%;
}
#site-generator .social-profiles ul {
margin: -10px 0 0;
}
#site-generator .social-profiles ul li {
margin-top: 10px;
}
#site-generator .copyright {
float: left;
padding-top: 2px;
width: 65.64%;
}
#site-generator .copyright a {
color: #888;
}
#site-generator .copyright a:hover {
color: #63c6ae;
}<?php get_header(); ?>
<?php
/**
* interface_before_main_container hook
*/
do_action( 'interface_before_main_container' );
?>
<?php
/**
* interface_main_container hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* interface_content 10
*/
do_action( 'interface_main_container' );
?>
<?php
/**
* interface_after_main_container hook
*/
do_action( 'interface_after_main_container' );
?>
<?php get_footer(); ?>
CSS ve PHP kodlarının bir kısmı yukarıda hocam. İnş çözebiliriz sorunu. Teşekkür ederim.
Temanın slider'ı büyük ihtimalle functions.php ya da başka bir yere gömülü. O dosyayı bulmak lazım düzenleme yapmak için hocam. Bu arada o 4 yazı sürekli değişecek mi? Yoksa belirli 4 yazı olup, bir kere mi girilecek?