Edit the post you have created and you will see the option just below the title as view post. Click the button to check if you are able to view the post from there.
@chandanonline4u This is not solved problem, the link just not show
May be I am not clear with your problem. Can you share your site link?
This is my post link in my wp subdomain. in the end of post i post 1 link to go another pages, but not shown
http://rahasiauanginternet.pesutweb.com/cara-mendapatkan-uang-dari-internet/
Can you share what you writing as link and where in wordpress visual or html. And If it is possible please share your single.php code.
i write this link in my post
<a href="http://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(); ?>
Try replacing “the_content()” function in your code with the following code:
$content = apply_filters('the_content', $post->post_content);
echo $content;
I put `<?php $content = apply_filters(‘the_content’, $post->post_content);
echo $content; ?>`
Still not shown
I want to ask, what exactly causes the link does not appear in the post?
Can you share your WordPress login details to my email id ([email protected])? I never heard about this problem. It only happens in case of post_excerpt function to show writeup.
Sorry, but i dont want to give anybody my password :). sorry for that. But i must say very thankyou you want help here. 🙂
and i can solve this problem lately…
i just delete my subdomain site. and make new one. and try to make post and insert link on it. and the link shown :). i dont know where the problem is, but it works. so thakns before mate 🙂