• 16-05-2014, 09:46:32
    #10
    IhsanNet adlı üyeden alıntı: mesajı görüntüle
    Rss üzerinden resimdeki gibi çekebilirsin her kategori rss kullanarak istedigin bölüme alabilirsin burdan yola çıkarak istedigin gibi geliştirebilirsin. kolay gelsin.


    <style type="text/css">.ihsannet{color: #000080;font-weight: bold;text-decoration: none;}</style>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
    
    
    <?php $xml = simplexml_load_file('http://ihsan.net/feed/'); ?>                
    <?php  $s=0; foreach($xml->channel->item as $item){ if($s<30){  $title = iconv('UTF-8','UTF-8',$item->title); 
    echo '<a title="'.$title.'" target="_blank" href="'.$item->link.'" class="ihsannet"><span class="ihsannet">'.$title.'</span></a><br> <hr> '; } $s++; } ?>

    Arkadaşlar bunun resimlisini yapabilecek yok mu?
  • 16-05-2014, 12:34:41
    #11
    Kimlik doğrulama veya yönetimden onay bekliyor.


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta http-equiv="Content-Language" content="tr" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Son Konular</title>
    
    
    <?php
    include('wp-config.php');
    ?>
    
    
     
    <style type="text/css">
    .ihsan {
       width: 230px;
       height: 166px;
       margin: 10px;
       float: left;
       border: 10px solid #fff;
       overflow: hidden;
       position: relative;
       text-align: center;
       -webkit-box-shadow: 1px 1px 2px #e6e6e6;
       -moz-box-shadow: 1px 1px 2px #e6e6e6;
       box-shadow: 1px 1px 2px #e6e6e6;
       cursor: default;
       background: #fff url(https://i.hizliresim.com/QXV2Or.jpg) no-repeat center center;
    }
    .ihsan .detay,.ihsan .content {
       width: 230px;
       height: 166px;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .ihsan img {
       display: block;
       position: relative;
    }
    .ihsan h2 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       font-size: 12px;
       padding: 10px;
       background: rgba(0, 0, 0, 0.8);
       margin: 20px 0 0 0;
    }
    .ihsan p {
       font-family: Georgia, serif;
       font-style: italic;
       font-size: 10px;
       position: relative;
       color: #fff;
       padding: 10px 20px 0px;
       text-align: center;
    }
    .ihsan a.devami_oku2 {
       display: inline-block;
       text-decoration: none;
       padding: 7px 14px;
       background: #000;
       color: #fff;
       font-size:9px;
       text-transform: uppercase;
       -webkit-box-shadow: 0 0 1px #000;
       -moz-box-shadow: 0 0 1px #000;
       box-shadow: 0 0 1px #000;
    }
    .ihsan a.devami_oku2: hover {
       -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
       box-shadow: 0 0 5px #000;
    }
    
    .ihsannet2 img {
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       transition: all 0.2s linear;
    }
    .ihsannet2 .detay {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       background-color: rgba(219,127,8, 0.7);
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
       -ms-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
    }
    .ihsannet2 h2 {
       -webkit-transform: translateY(-100px);
       -moz-transform: translateY(-100px);
       -o-transform: translateY(-100px);
       -ms-transform: translateY(-100px);
       transform: translateY(-100px);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
    }
    .ihsannet2 p {
       -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
       -o-transform: translateY(100px);
       -ms-transform: translateY(100px);
       transform: translateY(100px);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       transition: all 0.2s linear;
    }
    .ihsannet2:hover img {
       -webkit-transform: scale(1.1,1.1);
       -moz-transform: scale(1.1,1.1);
       -o-transform: scale(1.1,1.1);
       -ms-transform: scale(1.1,1.1);
       transform: scale(1.1,1.1);
    }
    .ihsannet2 a.devami_oku2 {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
    }
    .ihsannet2:hover .detay {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
    }
    .ihsannet2:hover h2,
    .ihsannet2:hover p,
    .ihsannet2:hover a.devami_oku2 {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
    }
    .ihsannet2:hover p {
       -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
       -ms-transition-delay: 0.1s;
       transition-delay: 0.1s;
    }
    .ihsannet2:hover a.devami_oku2 {
       -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
       -ms-transition-delay: 0.2s;
       transition-delay: 0.2s;
    }</style>
     
    </head>
    
    <body>
    
    
    <?php $CatPosts = new WP_Query("cat=1&showposts=3"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>
     <div class="ihsan ihsannet2">
     <img src="http://t3.gstatic.com/images?q=tbn:ANd9GcQKFIsfwcs83lZW5uHu07cLW6ItkDk4-6Ns-9KQKTohEbyokE0TUA&h=130&w=202&zc=1" width="230" height="166" />
     <div class="detay">
     <h2><?php the_title(); ?></h2>
      <br>  <br>
     <a href="<?php the_permalink() ?>" class="devami_oku2">Devamını Oku</a>
     </div>
     </div>
     <?php endwhile; ?> 
     
    </body>
    
    </html>



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta http-equiv="Content-Language" content="tr" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Son Konular</title>
    
    
    <?php
    include('wp-config.php');
    ?>
    
    
     
    <style type="text/css">
    .ihsan {
       width: 313px;
       height: 200px;
       margin: 10px;
       float: left;
       border: 10px solid #fff;
       overflow: hidden;
       position: relative;
       text-align: center;
       -webkit-box-shadow: 1px 1px 2px #e6e6e6;
       -moz-box-shadow: 1px 1px 2px #e6e6e6;
       box-shadow: 1px 1px 2px #e6e6e6;
       cursor: default;
       background: #fff url(https://i.hizliresim.com/W27DLE.jpg) no-repeat center center;
    }
    .ihsan .detay,.ihsan .content {
       width: 313px;
       height: 200px;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .ihsan img {
       display: block;
       position: relative;
    }
    .ihsan h2 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       font-size: 17px;
       padding: 10px;
       background: rgba(0, 0, 0, 0.8);
       margin: 20px 0 0 0;
    }
    .ihsan p {
       font-family: Georgia, serif;
       font-style: italic;
       font-size: 12px;
       position: relative;
       color: #fff;
       padding: 10px 20px 20px;
       text-align: center;
    }
    .ihsan a.devami_oku1 {
       display: inline-block;
       text-decoration: none;
       padding: 7px 14px;
       background: #000;
       color: #fff;
       text-transform: uppercase;
       -webkit-box-shadow: 0 0 1px #000;
       -moz-box-shadow: 0 0 1px #000;
       box-shadow: 0 0 1px #000;
    }
    .ihsan a.devami_oku1: hover {
       -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
       box-shadow: 0 0 5px #000;
    }
    
    .ihsannet2 img {
       -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
       -ms-transition: all 0.5s ease-out;
       transition: all 0.5s ease-out;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
    }
    .ihsannet2 .detay {
       background-color: rgba(77,44,35,0.5);
       -webkit-transform: rotate(0deg) scale(1);
       -moz-transform: rotate(0deg) scale(1);
       -o-transform: rotate(0deg) scale(1);
       -ms-transform: rotate(0deg) scale(1);
       transform: rotate(0deg) scale(1);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    .ihsannet2 h2 {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
    }
    .ihsannet2 p {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
    }
    .ihsannet2 a.devami_oku1 {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
    }
    .ihsannet2:hover img {
       -webkit-transform: rotate(720deg) scale(0);
       -moz-transform: rotate(720deg) scale(0);
       -o-transform: rotate(720deg) scale(0);
       -ms-transform: rotate(720deg) scale(0);
       transform: rotate(720deg) scale(0);
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
    }
    .ihsannet2:hover .detay {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       -webkit-transform: translateY(0px) rotate(0deg);
       -moz-transform: translateY(0px) rotate(0deg);
       -o-transform: translateY(0px) rotate(0deg);
       -ms-transform: translateY(0px) rotate(0deg);
       transform: translateY(0px) rotate(0deg);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
    }
    .ihsannet2:hover h2 {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.7s;
       -moz-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
       -ms-transition-delay: 0.7s;
       transition-delay: 0.7s;
    }
    .ihsannet2:hover p {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.6s;
       -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
       -ms-transition-delay: 0.6s;
       transition-delay: 0.6s;
    }
    .ihsannet2:hover a.devami_oku1 {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
       -ms-transition-delay: 0.5s;
       transition-delay: 0.5s;
    }</style>
     
    </head>
    
    <body>
    
    
    <?php $CatPosts = new WP_Query("cat=1&showposts=3"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>
     <div class="ihsan ihsannet2">
     <img src="https://i.hizliresim.com/0VEz3D.jpg" width="313" height="200" />
     <div class="detay">
     <h2><?php the_title(); ?></h2>
      <br>  <br>
     <a href="<?php the_permalink() ?>" class="devami_oku1">Devamını Oku</a>
     </div>
     </div>
     <?php endwhile; ?> 
     
    </body>
    
    </html>



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta http-equiv="Content-Language" content="tr" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Son Konular</title>
    
    
    <?php
    include('wp-config.php');
    ?>
    
    
     
    <style type="text/css">
    .ihsannet{
    	width: 333px;
    	height: 500px;
    	position: relative;
    	margin: 0 auto;
    	overflow: hidden;
    	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }
    .ihsannet img{
    	top: 0px;
    	left: 0px;
    	position: absolute;
    	-webkit-animation: showMe 0.8s linear infinite 0s forwards;
    	-moz-animation: showMe 0.8s linear infinite 0s forwards;
    	-o-animation: showMe 0.8s linear infinite 0s forwards;
    	-ms-animation: showMe 0.8s linear infinite 0s forwards;
    	animation: showMe 0.8s linear infinite 0s forwards;
    	-webkit-animation-play-state: paused;
    	-moz-animation-play-state: paused;
    	-o-animation-play-state: paused;
    	-ms-animation-play-state: paused;
    	animation-play-state: paused;	
    }
    .ihsannet img:nth-child(1){
    	z-index: 9;
    }
    .ihsannet img:nth-child(2){
        -webkit-animation-delay: 0.1s;
    	-moz-animation-delay: 0.1s;
    	-o-animation-delay: 0.1s;
    	-ms-animation-delay: 0.1s;
    	animation-delay: 0.1s;
    	z-index: 8;
    }
    .ihsannet img:nth-child(3){
        -webkit-animation-delay: 0.2s;
    	-moz-animation-delay: 0.2s;
    	-o-animation-delay: 0.2s;
    	-ms-animation-delay: 0.2s;
    	animation-delay: 0.2s;
    	z-index: 7;
    }
    .ihsannet img:nth-child(4){
        -webkit-animation-delay: 0.3s;
    	-moz-animation-delay: 0.3s;
    	-o-animation-delay: 0.3s;
    	-ms-animation-delay: 0.3s;
    	animation-delay: 0.3s;
    	z-index: 6;
    }
    .ihsannet img:nth-child(5){
        -webkit-animation-delay: 0.4s;
    	-moz-animation-delay: 0.4s;
    	-o-animation-delay: 0.4s;
    	-ms-animation-delay: 0.4s;
    	animation-delay: 0.4s;
    	z-index: 5;
    }
    .ihsannet img:nth-child(6){
        -webkit-animation-delay: 0.5s;
    	-moz-animation-delay: 0.5s;
    	-o-animation-delay: 0.5s;
    	-ms-animation-delay: 0.5s;
    	animation-delay: 0.5s;
    	z-index: 4;
    }
    .ihsannet img:nth-child(7){
        -webkit-animation-delay: 0.6s;
    	-moz-animation-delay: 0.6s;
    	-o-animation-delay: 0.6s;
    	-ms-nimation-delay: 0.6s;
    	animation-delay: 0.6s;
    	z-index: 3;
    }
    .ihsannet img:nth-child(8){
        -webkit-animation-delay: 0.7s;
    	-moz-animation-delay: 0.7s;
    	-o-animation-delay: 0.7s;
    	-ms-animation-delay: 0.7s;
    	animation-delay: 0.7s;
    	z-index: 2;
    }
    .ihsannet:hover img{
    	-webkit-animation-play-state: running;
    	-moz-animation-play-state: running;
    	-o-animation-play-state: running;
    	-ms-animation-play-state: running;
    	animation-play-state: running;
    }
    .detay{
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	z-index: 500;
    	background: rgba(0,0,0,0.6);
    	box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
    	pointer-events: none;
    	-webkit-transition: all 0.3s linear;
    	-moz-transition: all 0.3s linear;
    	-o-transition: all 0.3s linear;
    	-ms-transition: all 0.3s linear;
    	transition: all 0.3s linear;
    }
    .detay span{
    	display: block;
    	padding: 20px;
    	position: absolute;
    	width: 293px;
    	left: 20px;
    	top: 200px;
    	color: #fff;
    	-moz-box-sizing: border-box; 
    	-webkit-box-sizing: border-box; 
    	box-sizing: border-box;
    	font-size: 38px;
    	border-top: 1px solid rgba(255,255,255,0.3);
    	border-bottom: 1px solid rgba(255,255,255,0.3);
    	text-align: center;
    	pointer-events: none;
    	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-khtml-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    }
    .ihsannet:hover .detay{
    	opacity: 1;
    	box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset;
    }
    
    @-webkit-keyframes showMe {
        0% { visibility: visible; z-index: 100; }
    	12.5% { visibility: visible; z-index: 100; }
    	25% { visibility: hidden; z-index: 0; }
        100% { visibility: hidden; z-index: 0; }
    }
    
    @-moz-keyframes showMe {
        0% { visibility: visible; z-index: 100; }
    	12.5% { visibility: visible; z-index: 100; }
    	25% { visibility: hidden; z-index: 0; }
        100% { visibility: hidden; z-index: 0; }
    }
    
    @-o-keyframes showMe {
        0% { visibility: visible; z-index: 100; }
    	12.5% { visibility: visible; z-index: 100; }
    	25% { visibility: hidden; z-index: 0; }
        100% { visibility: hidden; z-index: 0; }
    }
    
    @-ms-keyframes showMe {
        0% { visibility: visible; z-index: 100; }
    	12.5% { visibility: visible; z-index: 100; }
    	25% { visibility: hidden; z-index: 0; }
        100% { visibility: hidden; z-index: 0; }
    }
    
    @keyframes showMe {
        0% { visibility: visible; z-index: 100; }
    	12.5% { visibility: visible; z-index: 100; }
    	25% { visibility: hidden; z-index: 0; }
        100% { visibility: hidden; z-index: 0; }
    }
    
    
    </style>
     
    </head>
    
    <body>
    
    
    <?php $CatPosts = new WP_Query("cat=1&showposts=1"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>
     			<section>
    				<div class="ihsannet">
    					<img src="https://i.hizliresim.com/glO6m3.jpg" alt="image01"/>
    					<img src="https://i.hizliresim.com/QXV2bk.jpg" alt="image02"/>
    					<img src="https://i.hizliresim.com/b8B6n8.jpg" alt="image03"/>
    					<img src="https://i.hizliresim.com/59DyZR.jpg" alt="image04"/>
    					<img src="https://i.hizliresim.com/W27DNY.jpg" alt="image05"/>
    					<img src="https://i.hizliresim.com/p46nd0.jpg" alt="image06"/>
    					<img src="https://i.hizliresim.com/glO6m3.jpg" alt="image07"/>
    					<img src="https://i.hizliresim.com/QXV2bk.jpg" alt="image08"/>
     
    					<div class="detay">
    						<span>ihsan.net</span>
    					</div>
    				</div>
    			</section>
     <?php endwhile; ?> 
     
    </body>
    
    </html>


    <?php
    $url = "http://rss.hurriyet.com.tr/rss.aspx?sectionId=1";
    $rss = simplexml_load_file($url);
    if($rss)
    {
    echo '<h1>'.$rss->channel->title.'</h1>';
    $items = $rss->channel->item;
    foreach($items as $item)
    {
    $title = $item->title;
    $link = $item->link;
    $description = $item->description;
    echo '<h3><a href="'.$link.'">'.$title.'</a></h3>';
    echo '<br>';
    echo '<p>'.$description.'</p>';
    }
    }
    ?>
  • 16-05-2014, 14:29:01
    #12
    Tesekkürler Hocam ilk kodu başka bir wordpress siteden çekmek için değiştirebilirmiyiz?