Home › Forums › Pro Support › Change load more text Tagged: load-more This topic has 7 replies, 3 voices, and was last updated 7 years, 1 month ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 3, 2016 at 2:09 pm #392 JamalParticipant Hi Tom How would i go about to change the load more text to something else? Thanks August 3, 2016 at 2:55 pm #399 TomKeymaster Good question, for some reason I didn’t make it possible. There will be a filter in WPSP Pro 0.4 that will make it possible, and I’ll be adding an option for it as well 🙂 August 3, 2016 at 11:59 pm #426 JamalParticipant Thanks ! August 8, 2016 at 3:12 pm #496 TomKeymaster WPSP Pro 0.4 has been released with this filter. You can adjust the text like this now: add_filter( 'wpsp_ajax_load_more','wpsp_change_load_more' ); function wpsp_change_load_more() { return 'Whatever'; } Thanks! August 9, 2016 at 12:19 pm #504 JamalParticipant Thanks for the update,much appreciated. August 10, 2016 at 12:11 am #511 TomKeymaster Thanks for the nudge! 🙂 August 31, 2016 at 12:33 am #655 Luis AntonioParticipant in generatepress/functions.php ??? August 31, 2016 at 10:24 am #658 TomKeymaster I wouldn’t ever alter core theme files. There’s information on adding PHP here: https://generatepress.com/knowledgebase/adding-php-functions/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In