Botão READ MORE – não consigo alterar!!
-
Olá pessoal,
Alguém pode me ajudar por favor como alterar o texto do botão read more para o meu blog? Uso o tema Drop Shipping e não consegui até agora encontrar onde altero.
Já procurei em todos os lugares indicados em outros casos, mas não deu certo.Abri o content.php e tenho a seguinte sequência. É em alguma dessas linhas que altero? Se sim, alguém me ajuda? Não entendo nada dessa linguagem.
Obrigada! 🙂
http://www.homemadeflavors.com.brcontent.php :
<?php if ( is_singular( get_post_type() ) ) : // If viewing a single post. ?> <article <?php hybrid_attr( 'post' ); ?>> <header class="entry-header"> <time <?php hybrid_attr( 'entry-published' ); ?>><?php echo get_the_date(); ?></time> <?php esc_html_e('by', 'drop-shipping' ); ?> <span <?php hybrid_attr( 'entry-author' ); ?>><?php the_author_posts_link(); ?></span> <h1 <?php hybrid_attr( 'entry-title' ); ?>><?php single_post_title(); ?></h1> <div class="entry-byline"> </div><!-- .entry-byline --> </header><!-- .entry-header --> <div <?php hybrid_attr( 'entry-content' ); ?>> <?php the_content(); ?> <?php wp_link_pages(); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php edit_post_link(); ?> <?php hybrid_post_terms( array( 'taxonomy' => 'category', 'text' => esc_html__( 'Categories: %s', 'drop-shipping' ), 'before' => '' ) ); ?> <?php hybrid_post_terms( array( 'taxonomy' => 'post_tag', 'text' => esc_html__( 'Taggs: %s', 'drop-shipping' ), 'before' => '' ) ); ?> </footer><!-- .entry-footer --> </article> <?php else : // If not viewing a single post. ?> <article class="colum" <?php hybrid_attr( 'post' ); ?>> <header class="entry-header-archive"> <time <?php hybrid_attr( 'entry-published' ); ?>><?php echo get_the_date(); ?></time> <?php esc_html_e( 'by', 'drop-shipping' ); ?> <span <?php hybrid_attr( 'entry-author' ); ?>><?php the_author_posts_link(); ?></span> <?php the_title( '<h2 ' . hybrid_get_attr( 'entry-title' ) . '><a href="' . get_permalink() . '" rel="bookmark">', '</a></h2>' ); ?> </header><!-- .entry-header --> <?php get_the_image( array( 'size' => 'medium', 'attachment' => false, 'meta_key' => false, 'image_class' => 'featuredimg' ) );?> <div <?php hybrid_attr( 'entry-summary' ); ?>> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php endif; // End single post check. ?> </article><!-- .entry -->
Visualizando 1 resposta (de um total de 1)
Visualizando 1 resposta (de um total de 1)
- O tópico ‘Botão READ MORE – não consigo alterar!!’ está fechado para novas respostas.