
12-02-2011, 22:35:49
|
| |
Alıntı: sss Nickli Üyeden Alıntı
PHP- Kodu: <?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header();
?>
<div id="content" class="widecolumn" role="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link( '%link', '« %title' ) ?></div>
<div class="alignright"><?php next_post_link( '%link', '%title »' ) ?></div>
</div>
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
<h2><img src="<?php bloginfo('stylesheet_directory'); ?>/images/tv.jpg"> <?php the_title(); ?></h2>
<div class="entry">
<br><a href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>&t=<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.png" align="right"> </a>
<?php the_content('<p class="serif">' . __('Filmi izle »', 'kubrick') . '</p>'); ?>
<?php wp_link_pages(array('before' => '<h2><p><strong>' . __('>> Partlar :', 'kubrick') . '</strong> ', 'after' => '</p></h2>', 'next_or_number' => 'number')); ?>
<?php the_tags( '<p>' . __('Tags:', 'kubrick') . ' ', ', ', '</p>'); ?>
<br><center><a href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>&t=<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.png"> </a>
</center><br>
<center><img src="<?php bloginfo('stylesheet_directory'); ?>/images/alt.jpg"> </center>
<p class="postmetadata alt">
<small>
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/wordpress/time-since/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); $time_since = sprintf(__('%s ago', 'kubrick'), time_since($entry_datetime)); */ ?>
<?php printf(__('Gonderildigi tarih: %1$s / %2$s Kategori: %3$s.', 'kubrick'), get_the_time(__('l, F jS, Y', 'kubrick')), get_the_time(), get_the_category_list(', ')); ?>
<?php printf(__("Geri beslemeler ile takip edebilirsiniz. <a href='%s'>RSS 2.0</a>", "kubrick"), get_post_comments_feed_link()); ?>
<?php if ( comments_open() && pings_open() ) {
// Both Comments and Pings are open ?>
<?php printf(__('Filme yorum <a href="#respond">yazabilirsiniz</a> veya <a href="%s" rel="trackback">sitenize</a> geri bildirimde bulunabilirsiniz', 'kubrick'), get_trackback_url()); ?>
<?php } elseif ( !comments_open() && pings_open() ) {
// Only Pings are Open ?>
<?php printf(__('Responses are currently closed, but you can <a href="%s" rel="trackback">trackback</a> from your own site.', 'kubrick'), get_trackback_url()); ?>
<?php } elseif ( comments_open() && !pings_open() ) {
// Comments are open, Pings are not ?>
<?php _e('You can skip to the end and leave a response. Pinging is currently not allowed.', 'kubrick'); ?>
<?php } elseif ( !comments_open() && !pings_open() ) {
// Neither Comments, nor Pings are open ?>
<?php _e('Both comments and pings are currently closed.', 'kubrick'); ?>
<?php } edit_post_link(__('Edit this entry', 'kubrick'),'','.'); ?>
</small>
</p>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'kubrick'); ?></p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
nereye eklicemki burda | Hocam kusura bakmayın, henüz post'larda olan filmler için bir çalışma yapmadım. Alıntı: li10 Nickli Üyeden Alıntı
Merhabalar Yellow ;
videoların .mp4 adresleri özel alanda tutuluyordu wordpresste onun ve bu single php üstündeki player swf adresiyle oynatılıyordu böyle bir sistemde çalıştırmak mümkünmü ? | Ben de onu diyorum zaten, videoların adresleri özel alanda olanlar dediğim şekilde yaparlarsa çalıştırabilirler filmlerini. Tabi büyük harflerle yazdığım şart gerçekleşmiş olacak. Alıntı: tayfuncetin Nickli Üyeden Alıntı
peki gizli videolar için ne yapılacak? | Gizli videolar için çözüm bulunursa eğer, onu da Wordpress için uyarlayabilirim. |