Title: Read More Button Customization
Last modified: August 31, 2016

---

# Read More Button Customization

 *  [atifsubhani](https://wordpress.org/support/users/atifsubhani/)
 * (@atifsubhani)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/read-more-button-customization/)
 * Hello friend i want to display map if “Read More” button is not shown in any 
   post and if “Read More” button shown in a post then map should be shown when 
   user click on “Read More” button.
 * here is blog link: [http://hensler.ca/](http://hensler.ca/)
    and the code for
   display “Read More” button is:
 *  <?php the_content( __( ‘Read More’,’intergalactic’ ) );?>
    <?php if (strpos(
   $post->post_content,'<!–more–>’ ) ) : ?> ” rel=”bookmark”> <?php printf(__( ‘
   Read more %s’, ‘intergalactic’ ),the_title( ‘<span class=”screen-reader-text”
   >”‘, ‘”</span>’, false )); ?> <?php endif; ?> </div><!– .entry-content –>
 * <?php else : ?>
    <div class=”entry-summary”> <?php the_content(); ?> ” rel=”bookmark”
   > <?php printf(__( ‘Read more %s’, ‘intergalactic’ ),the_title( ‘<span class=”
   screen-reader-text”>”‘, ‘”</span>’, false )); ?> </div><!– .entry-summary –>
 * [https://wordpress.org/plugins/post/](https://wordpress.org/plugins/post/)

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

 * ![](https://s.w.org/plugins/geopattern-icon/post_f6f7f7.svg)
 * [Po.st: The Social Sharing Platform that Captures 100% of your sites Social Activity!](https://wordpress.org/plugins/post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post/)
 * [Active Topics](https://wordpress.org/support/plugin/post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)

 * 0 replies
 * 1 participant
 * Last reply from: [atifsubhani](https://wordpress.org/support/users/atifsubhani/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/read-more-button-customization/)
 * Status: not resolved