ralated post

Cara Buat Related Post tanpa Plugin

ralated postBingkaiberita.com-Cara Buat Related Post tanpa Plugin apakah hosting anda terlalu berat dengan menggunakan plugin kalau hosting anda berat pasti website anda akan susah dibuka untuk menampilkan halaman pertama saat dibuka ….apalagi related post sangat berguna dalam menawarkan content anda yang relevan ataupun content yang tidak relevan sehingga pengunjung anda akan betah dan berlama -lamaterhadap website anda.

Buat Ralated post sangat simple yaitu dengan menggunakan plugin yaitu ralated post plugin dan yet another ralated post  plugin dan adajuga yang tidak menggunakan plugin yaitu dengan mengeditnya di  tampilan atau dalam bahasa inggrisnya adalah editor setelah anda masuk editor  anda harus masuk single.php setelah itu  cari kode <?php the_content(‘Continue reading…’); ?> atau <?php the_content(); ?>  dengan menggunakan CTRL F.  Paste kode di bawah ini tepat di bawah kode “php the_content”

 

<?php
$this_post = $post;
$category = get_the_category(); $category = $category[0]; $category = $category->cat_ID;
$posts = get_posts(‘numberposts=6&offset=0&orderby=post_dat e&order=DESC&category=’.$category);
$count = 0;
foreach ( $posts as $post ) {
if ( $post->ID == $this_post->ID || $count == 5) {
unset($posts[$count]);
}else{
$count ++;
}
}
?>

<?php if ( $posts ) : ?>
<div class=”related_articles”>
<h2>Related Posts</h2>
<ul>
<?php foreach ( $posts as $post ) : ?>
<li><a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”><?php the_title(); ?></a></li>
<?php endforeach // $posts as $post ?>
</ul>
</div>
<?php endif // $posts ?>
<?php
$post = $this_post;
unset($this_post);
?>

setelah anda copy paste scrip coding diatas maka anda akan menikmati Ralated post tanpa  plugin dan website yang anda miliki akan berjalan lancar dan tidak lola lagi seperti dahulu, karena hosting yang banyak memakai beberapa plugin akan terasa berat dan website akan loading lambat.

Topik Nugroho, M.Pd.

Iam a master of education from one of the state universities in Yogyakarta, has a writers and travelling hobby in wordpress or blogger platform, I Have stayed at Raja Ampat and Yogyakarta City, You can Connect Me in Bingkai Berita| Belajar Internet|Travel and Kuliner

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.