Şimdi Ara

Yardım Edin Kodlamada Hata ALIYORUM

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
2
Cevap
0
Favori
618
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Aldığım Hata Bu

    Fatal error: Call to undefined function uzat() in /home/vhosts/guncelarsiv.noads.biz/blog/wordpress/wp-content/themes/Kingseo-Wp/index.php on line 37

    <p><?php echo uzat($post->post_content, 520); ?>..</p>

    37.ci Satırda Bulunan Kod

    <p><?php echo kisalt($post->post_content, 520); ?>..</p>

    Buda Kodun Tamamı
    <?php get_header(); get_sidebar();?>

    <div id="orta">

    <div id="RastgeleYazilar">
    <div class="l"></div>
    <div class="r">Rastgele Konular;</div>
    <?php $postslist = get_posts('numberposts=1&orderby=rand');foreach ($postslist as $post) : setup_postdata($post); ?>
    <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=70292314&url=<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>" data-href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
    <?php endforeach; ?>
    </div>


    <div class="yuvarlak"></div>

    <?php if (have_posts()) :while (have_posts()) : the_post();?>
    <div class="yazilar">

    <div class="TarihCubugu">
    <div class="gun"><?php the_time('j') ?></div>
    <div class="ay"><?php the_time('F') ?></div>
    <div class="yil"><?php the_time('Y') ?></div>
    </div>
    <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=70292314&url=http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>" data-href="http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>"><img style="float:left;margin:13px 10px 10px 0;" src="<?php bloginfo('stylesheet_directory'); ?>/grafik/google.gif"></a>


    <?php $s++; if($s==1): echo '<h1>'; else: echo '<h2>'; endif; ?>
    <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=70292314&url=<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>" data-href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    <?php if($s==1): echo '</h1>'; else: echo '</h2>'; endif; ?>

    <div class="etiket"><strong>Etiketler:</strong> <?php the_tags( '', ', ', ''); ?></div>
    <?php $values = get_post_custom_values("resim");if ( $values[0]!='') { ?>
    <a title="<?php the_title(); ?>"><img class="resimler" src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a>
    <?php } else{ ?>
    <a title="<?php the_title(); ?>"><img class="resimler" src="<?php bloginfo('template_url'); ?>/grafik/k.jpg" alt="<?php the_title(); ?>" /></a>
    <?php } ?>
    <p><?php echo kisalt($post->post_content, 520); ?>..</p>

    <div class="clear Detaylar">
    <div class="Kategori"><div class="k-ikon"></div><?php the_category(', ') ?></div>
    <div class="Yorum"><div class="y-ikon"></div><?php comments_number('0 Yorum', '1 Yorum', '% Yorum'); ?></div>
    <div class="Goruntulenme"><div class="g-ikon"></div><?php if(function_exists('the_views')) { the_views(); } ?> okunma</div>
    <div class="Yazar"><div class="ya-ikon"></div><?php the_author_posts_link(); ?></div>
    <a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=70292314&url=<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>" data-href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>">Devamını Oku</a>
    </div>
    </div>


    <?php endwhile; ?>
    <?php endif; ?>

    <div id="sayfalama">
    <?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>
    </div>
    <div id="altyuvarlak"></div>
    <div class="clear"></div>


    </di
    v>
    <?php get_footer();?>







  • Hangi plugini yuklerken bu sorun ortaya cıktı?

    < Bu ileti mobil sürüm kullanılarak atıldı >
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.