Title: Change &quot;LOAD MORE&quot;
Last modified: August 22, 2016

---

# Change "LOAD MORE"

 *  Resolved [bilki](https://wordpress.org/support/users/bilki/)
 * (@bilki)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/)
 * Hi Mike. first of all it’s AMAZING plugin i use it on my site and it’s play nice
   with Hebrew .
    i like to know if there is away that i can change the ” LOAD MORE”
   to something else and how can i do it.
 * Thx ALOOOOOOOOOOOOOOOT
 * [https://wordpress.org/plugins/wp-tiles/](https://wordpress.org/plugins/wp-tiles/)

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

 *  Thread Starter [bilki](https://wordpress.org/support/users/bilki/)
 * (@bilki)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803389)
 * or cancel it ??
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803678)
 * Hi [@bilki](https://wordpress.org/support/users/bilki/)!
 * Thanks for your comment!
 * There is currently no filter for the ‘Load More’, but it is using native WordPress
   l10n functions. You could localize the plugin using something like [Codestyling
   Localization]([https://wordpress.org/plugins/codestyling-localization/](https://wordpress.org/plugins/codestyling-localization/))
   to add a Hebrew translation for ‘Load More’.
 * I’ll look into adding a setting or a filter for changing the ‘Load More’ text,
   because I suspect this will come up more often!
 * Cheers,
    Mike
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803679)
 * Scrap that. I went ahead an added a filter on the develop branch on GitHub. You
   can now change the Load More text using the `wp_tiles_load_more_text` filter.
   Something like this should work:
 *     ```
       add_filter( 'wp_tiles_load_more_text', function( $ret ) {
           $ret = 'Get more posts!';
           return $ret;
       } );
       ```
   
 * You can download the development version [here](https://github.com/mgmartel/WP-Tiles/archive/develop.zip).
   I’ll include the filter in the next release!
 * Mike
 *  Thread Starter [bilki](https://wordpress.org/support/users/bilki/)
 * (@bilki)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803688)
 * Thx alot for the fast reply, I will wait for the next update of the plugin, I
   don’t won’t to mass with code. Hebrew are hard to fix.
 * You are the best.
 * Thx alot and keep the good work your doing
 *  [nachoborras77](https://wordpress.org/support/users/nachoborras77/)
 * (@nachoborras77)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803769)
 * Hi, Mike!
 * Where exactly should we include those lines of code to change the “Load mre” 
   text?
 * Thanks!
 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-load-more/#post-5803773)
 * Hi [@nachoborras77](https://wordpress.org/support/users/nachoborras77/),
 * The code should go in your theme’s `functions.php` or in your functions plugin.
   If you are unfamiliar with tweaking the theme functions file, there are quite
   a few tutorials around on the web, I recommend reading up on some basic concepts
   of adding code to WordPress themes first!
 * Kind regards,
    Mike
 *  [nachoborras77](https://wordpress.org/support/users/nachoborras77/)
 * (@nachoborras77)
 * [11 years ago](https://wordpress.org/support/topic/change-load-more/#post-5803775)
 * Thanks so much: it’s worked fine!
 * Cheers,
 * N.

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

The topic ‘Change "LOAD MORE"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [nachoborras77](https://wordpress.org/support/users/nachoborras77/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/change-load-more/#post-5803775)
 * Status: resolved