Title: Changing &#039;Read More&#039; Button
Last modified: August 20, 2016

---

# Changing 'Read More' Button

 *  [jimmy1234678](https://wordpress.org/support/users/jimmy1234678/)
 * (@jimmy1234678)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/changing-read-more-button/)
 * I’ve recently installed a new theme and have been trying to alter some of the
   design features on the front page.
 * I have the most up to date posts, listed under a feature box, each with a read
   more button next to them by default.
 * I want to change this ‘Read More’ text to something else but am having great 
   difficulty attempting it.
 * I’ve tried playing around with this code I have found
 * **_[please [use the code button to mark any posted code ](http://codex.wordpress.org/Forum_Welcome#Posting_Code)–
   the sections below are broken]_**
 *  <?php if($theme->display(‘read_more’)) { ?>
    <div class=”readmore”> #more-<?
   php the_ID(); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘themater’),
   the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php $theme->option(‘read_more’);?
   > </div> <?php } ?>
 * But as soon as I altered it to what I thought was right, which was this:
 * **_[please [use the code button to mark any posted code ](http://codex.wordpress.org/Forum_Welcome#Posting_Code)–
   the sections below are broken]_**
 *  <?php if($theme->display(‘get_it’)) { ?>
    <div class=”readmore”> #more-<?php
   the_ID(); ?>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘themater’ ),
   the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php $theme->option(‘get_it’);?
   > </div> <?php } ?>
 * It disappeared. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/changing-read-more-button/#post-2829587)
 * What theme are you using?
 *  Thread Starter [jimmy1234678](https://wordpress.org/support/users/jimmy1234678/)
 * (@jimmy1234678)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/changing-read-more-button/#post-2829591)
 * TechFront from newwpthemes(dot)com
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/changing-read-more-button/#post-2829603)
 * Since this is a commercial theme with its own functionality and support system,
   I recommend you contact the theme developer for assistance: [http://newwpthemes.com/forum/](http://newwpthemes.com/forum/)
 * If I look at the code you provided I think you can change the “read more” text
   in your theme’s options page under Appearance > ???

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing 'Read More' Button’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [13 years, 12 months ago](https://wordpress.org/support/topic/changing-read-more-button/#post-2829603)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
