......
If you click the title or readmore or thumbnail, you can read full article but I want to
remove the link on ....
this page, "grammar." I want to display "grammar" as a plain text.[/code]
I can't fix it within my ability.
EDIT by Connie: deleted links which points to 404
If you click the title or readmore or thumbnail, you can read full article but I want to
remove the link on ....
this page, "grammar." I want to display "grammar" as a plain text.[/code]
PHP Code:
<?php
if(isset($_GET['post']))
{
echo '<p><img src="'.$SITEURL.'data/uploads/'.$post->thumbnail.'" style="float:left;" /></p>';
}
?>
</br>
<div class="blog_post_container">
<h3 class="blog_post_title"><a href="<?php echo $url; ?>" class="read_more_link"><?php echo $post->title; ?></a></h3>
<?php if($blogSettings["displaydate"] == 'Y') { ?>
<p class="blog_post_date">
<?php echo $date; ?>
</p>
<?php } ?>
<div class="blog_post_content">
<?php ......
I can't fix it within my ability.
EDIT by Connie: deleted links which points to 404