i write this link in my post
<a href="https://pesutweb.com/">Klik Disini Untuk Bukti Penghasilan</a>
but you can’t see it.
and this is the single page code
<?php get_header(); ?>
<div id="isigede">
<div id="isi">
<?php if (have_posts()) :?>
<?php $postCount=0; ?>
<?php while (have_posts()) : the_post();?>
<?php $postCount++;?>
<div class="entrytitle">
<?php $option_theme = get_theme_option('728x90_ads2_act'); if(($option_theme == '') || ($option_theme == 'No')) { ?>
<?php } else { ?><?php echo get_theme_option('728x90_ads'); ?><?php } ?>
<div class="small"><a href="<?php bloginfo('home'); ?>">Home</a> » <?php the_category(' » ')?> » <?php the_title(); ?></div>
</div>
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="small"><?php the_time('F jS, Y') ?> <?php the_category(', ') ?> <?php edit_post_link('Edit', '', ''); ?></div>
<div id="iklan1">
<?php $option_theme = get_theme_option('336x280_ads2_act'); if(($option_theme == '') || ($option_theme == 'No')) { ?>
<?php } else { ?><?php echo get_theme_option('336x280_ads'); ?><?php } ?></div>
<?php the_content(); ?>
<div style="clear: both"></div>
<?php $bookmark_stats_act = get_theme_option('bookmark_stats_act'); if(($bookmark_stats_act == '') || ($bookmark_stats_act == 'Hide')) { ?>
<?php } else { ?>
<?php include (TEMPLATEPATH . '/bookmark.php'); ?>
<?php } ?>
<?php $comment_stats_act = get_theme_option('comment_stats_act'); if(($comment_stats_act == '') || ($comment_stats_act == 'Hide')) { ?>
<?php } else { ?>
<div class="commentsblock">
<center><?php comments_template(); ?></center>
</div>
<?php } ?>
<br>
<div class="small">Tags » <?php the_tags(' ', ', ', ''); ?></div>
<?php endwhile; ?>
<?php else : ?>
<h2>Not Found</h2>
<div class="entrybody">Sorry, but you are looking for something that isn't here.</div>
<?php endif; ?>
<div style="clear: both"></div>
<?php $related_stats_act = get_theme_option('related_stats_act'); if(($related_stats_act == '') || ($related_stats_act == 'Hide')) { ?>
<?php } else { ?>
<?php include (TEMPLATEPATH . '/related.php'); ?>
<?php } ?>
<div style="clear: both"></div><br>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>