Pure theme readmore link
This commit is contained in:
parent
f7c477991e
commit
8a640af1ce
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the method with FALSE to get the first part of the post
|
// Call the method with FALSE to get the first part of the post
|
||||||
echo $Post->content(false)
|
echo $Post->content(false);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the method with FALSE to get the first part of the post
|
// Call the method with FALSE to get the first part of the post
|
||||||
echo $Post->content(false)
|
echo $Post->content();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue