• Hello! I have problem, i could not change Contine reading on my language.

    I opened content.php

    `<?php if ( ( is_search() && get_theme_mod(‘athemes_search_excerpt’) ==” ) || ( is_home() && get_theme_mod(‘athemes_home_excerpt’) ==” ) || ( is_archive() && get_theme_mod(‘athemes_arch_excerpt’) ==” ) ) : ?>
    <div class=”entry-summary”>
    <?php the_excerpt(); ?>
    <!– .entry-summary –></div>
    <?php else : ?>
    <div class=”clearfix entry-content”>
    <?php the_content( __( ‘ПОДРОБНЕЕ <span class=”meta-nav”>→</span>’, ‘athemes’ ) ); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘athemes’ ), ‘after’ => ‘</div>’ ) ); ?>
    <!– .entry-content –></div>
    <?php endif; ?>`

    Changed, but it does not help. my site is stylemagazine.kz

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Contine reading, Read more’ is closed to new replies.