• I have tried getting read-more and comments working but i’m having no luck at all.

    I even have tried changing the_excerpt to the_content and even wrote the new_excerpt_more($more) in function.php too and it still not responsive.

    Can someone help me out here? my website is empoweringbreakthrough.com

    thanks,
    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi jctan,

    I see that your issue was resolved, but I don’t see any posting of such help here.

    We need similar help with our website #RMLA, and was wondering if you could share your solution.

    thanks in advance,

    Kahloy

    Si lo que deseas es cambiar los mensajes “Read more” y “Comments off” en la página principal y en cada publicación, esta es una opción y debes hacer lo siguiente:

    1. Ir a estos dos archivos: content-single.php y content.php de tu tema ascent. (en el editor de wordpress o vía FTP).
    2. Editar esta parte:

    <div class=”entry-meta”>
    <time class=”entry-time updated” itemprop=”datePublished” datetime=”<?php the_time(‘c’); ?>”><?php the_time(‘M’); ?>CAMBIAR MENSAJE DE FECHA</time>
    <span class=”comments_count clearfix entry-comments-link”>CAMBIAR MENSAJE DE COMENTARIOS DESACTIVADOS</span>
    </div><!– .entry-meta –>

    3. En los dos archivos mencionados y guardar cambios. Y listo.

    Espero les sirva aún.

    Mi página web: https://conectatejoven.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get read-more and comments working?’ is closed to new replies.