Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Blog-articles › Reply To: Blog-articles
I can’t find the codes inside (core.php). I used also the [ctrl+f] for searching. The only ‘Read More’ text I found was in the content.php:
<div class=”entry-content”>
<?php
corporate_plus_blog_content_layout();
$corporate_plus_blog_archive_read_more = corporate_plus_blog_archive_more_text();
if( !empty( $corporate_plus_blog_archive_read_more )){
?>
“>
<?php echo $corporate_plus_blog_archive_read_more; ?>
<?php
But that code doesn’t do the thing. I have no idea why it is not working. Do You have any idea?
What about the post: I mean this site: http://www.coachpraktijkzijn.nl/nieuws/ I didn’t found the option: button disable on some post. Do You know wich CSS I have to change to disable the ‘read more’ button? Article 2 and 3 shows all the text, there is no more text to read.
Regards