cara merubah theme fastwallpaper menjadi theme blog biasa
silahkan masuk ke wp-admin >> appearance >> editor
pilih file single.php
hilangkan code berikut ini pada baris 17 dan 18
<? php $header_ads_act = get_theme_option(‘search_ads_act3′); if(($header_ads_act == ”) || ($header_ads_act == ‘No’)) { ?><? php } else { ?><? php echo get_theme_option(‘search_ads3′); ?><?php } ?>
<? php include (TEMPLATEPATH . ‘/thumbsingle.php’); ?>
dan kode berikut ini
<? php include (TEMPLATEPATH . ‘/download.php’); ?>
<? php $header_ads_act = get_theme_option(‘search_ads_act3′); if(($header_ads_act == ”) || ($header_ads_act == ‘No’)) { ?><?php } else { ?><? php echo get_theme_option(‘search_ads3′); ?><?php } ?>
<h2>Detail <?php the_title(); ?></h2>
Downloads: <?php if(function_exists(‘the_views’)) { the_views(); } ?> <br/>
Added : <?php the_time(‘jS F Y’) ?> <br/>
Cat: <? php the_category(‘, ‘) ?> <br/>
Tags : <? php the_tags(”, ‘, ‘, ”); ?><br/>
previous post :<?php previous_post_link(‘%link’) ?><br/>
Next post :<? php next_post_link(‘%link’) ?>
<?php if (function_exists(‘breadcrumbs’)) breadcrumbs(); ?>
<div id=”addthis”><?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?></div>
<div style=”clear: both”></div>













