We're merging with GenerateBlocks! Learn more here.

[Resolved] Change load more text

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Change load more text

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #392
    Jamal
    Participant

    Hi Tom

    How would i go about to change the load more text to something else? Thanks

    #399
    Tom
    Keymaster

    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 🙂

    #426
    Jamal
    Participant

    Thanks !

    #496
    Tom
    Keymaster

    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!

    #504
    Jamal
    Participant

    Thanks for the update,much appreciated.

    #511
    Tom
    Keymaster

    Thanks for the nudge! 🙂

    #655
    Luis Antonio
    Participant

    in generatepress/functions.php ???

    #658
    Tom
    Keymaster

    I wouldn’t ever alter core theme files.

    There’s information on adding PHP here: https://generatepress.com/knowledgebase/adding-php-functions/

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.