• Resolved Koon Koon

    (@koonkrub99)


    Dear Alexander Agnarson

    Continue reading, it link to where the text was cut off on the page.
    I really like the theme, but I would to be back to last version.
    And starting from the top when the reader click on continue reading.
    How can I edit theme.
    I try to find $more or <?php the_content .. > but nothing.
    I wanna learn how to resolved.

    Please advise and thanks in advance for your kind.

    Regards,
    Koon

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

    (@alxmedia)

    Hi there Koon!

    You need to edit content.php with a child theme and locate:

    
    </div><!--/.entry-->
    

    Before this, add the following:

    
    <a class="more-custom" href="<?php the_permalink(); ?>"><span><?php esc_html_e('Read More','blogside'); ?></span></a>
    

    And then add this custom css to hide the old read more button:

    
    .more-link { display: none; }
    

    This should hopefully link the read more button to the post page without doing the jump to the text.

    Thread Starter Koon Koon

    (@koonkrub99)

    Hi,

    Thank you for your kind.

    Regard,
    Koon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit continue reading’ is closed to new replies.