altta player olayı çözülürse çok güzel tema
Mrb Arkadaşlar fizy teması başka yerde 3 tl ye satıyorlar bn yabancı bi siteden buldum türkçeye çevirdim ztn bi kaç kelime ingilizce yazıyordu türkçe yaptım ben kurdum yanlız altta player olayını çözemedim çözen arkadaş olursa benimle paylaşırsa menmun olurum..iyi çalışmalar..
demo : http://www.netbu.tk
download : http://turbobit.net/c168q7e052tw.html :harika:
<?php
/**
* @package WordPress
* @subpackage Fizy_Clone_Theme
*/
get_header(); ?>
<div id="content">
<h2 class="pagetitle">Arama Sonuçları</h2>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class() ?>>
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> için Kalıcı Bağlantı"><?php the_title(); ?></a></h3>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Eski Yazılar') ?></div>
<div class="alignright"><?php previous_posts_link('Yeni Yazılar »') ?></div>
</div>
<?php else : ?>
<div class="search-warn">Hiç müzik bulunamadı. Bunu söylediğim için çok üzgünüm :(</div>
<?php endif; ?>
</div>
<?php get_footer(); ?>
<?php
/**
* @package WordPress
* @subpackage Fizy_Clone_Theme
*/
get_header();
?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php post_class('leftside') ?> id="post-<?php the_ID(); ?>">
<h2 id="pagetitle"><?php the_title(); ?></h2>
<div id="entry">
<?php the_content(); ?>
</div>
<br clear="all" />
</div>
<div id="respond"><?php comments_template(); ?></div>
<div class="cl"></div>
<?php
$yt_ozel_alan = get_settings( 'fzc_youtube_meta' ); if ( $yt_ozel_alan == ""){ $yt_ozel_alan = "_youtube_id"; }
$yuhtube = get_post_meta($post->ID, $yt_ozel_alan, true);
if($yuhtube != ""){
?>
<div id="player">
<div class="playeric">
<div id="musicplayer">Müzik yükleniyor...</div>
<script type='text/javascript'>
var so = new SWFObject('<?php echo get_bloginfo('stylesheet_directory').'/lib/player.swf'; ?>','ply','470','32','9','#000000');
so.addParam('allowfullscreen', 'true');
so.addParam('allowscriptaccess', 'always');
so.addParam('wmode', 'opaque');
so.addVariable("type", "video");
so.addVariable('file', '<?php echo $yuhtube; ?>');
so.addVariable('skin','<?php echo get_bloginfo('stylesheet_directory').'/lib/fizy.swf'; ?>');
so.write('musicplayer');
</script>
<span class="musictitle">dinleniyor: <?php the_title(); ?></span>
</div>
</div>
<?php } ?>
<?php endwhile; endif; ?>
</div>
<?php get_footer('single'); ?>
Tema güncellendi. Yeni özellikler eklendi.
http://www.semihaksu.com/fizy-clone-120-wp-temasi/
Arkadaşlar youtubeden müzikleri çekmesi için ne yapabiliriz...