• Resolved grums

    (@grums)


    Hi guys,

    thanks for resolving the bullet point issue.

    I have another question. Is there any chance to remove the read more tag for short posts that are shorter than the minimum amount of characters?

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author icynets

    (@icynets)

    You can remove the Read More button buy editing the content.php file

    in the theme folder, go to Template-parts folder, in that folder, edit content.php

    on line 41 look for and delete the readmore code

    <div class="readmore">
    <a class="post-readmore float-r" href="<?php echo get_permalink(); ?>"><?php esc_attr_e('READ MORE', 'centilium'); ?></a>
    </div>
    Thread Starter grums

    (@grums)

    Thanks for the swift reply, unfortunately your solution removes the ‘read more’ button for all posts at all.

    I’d like to remove it only for short posts, where it is not necessary, because no more text will follow if you click on it.

    Long posts should have the button displayed.

    So is there any chance to get such function scripted?

    Many thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "read more" tag for short posts’ is closed to new replies.