Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Justin Sainton

    (@justinsainton)

    Hi sonic1243,

    This is actually some really old code – so there’s not a great way to do what you’re wanting to do. That said, there is a way.

    add_filter( 'wpsc_pagination', function( $output ) {
         return str_replace( 'Pages:', '', $output );
    } );

    Hope that helps!

    Thread Starter sonic1243

    (@sonic1243)

    That’ll do it .. thanks Justin ??

    Hi Justin Sainton

    I have a problem. On pagination of the store, a sign appears: &gt:

    Pages: 1 2 3 4 Next &gt:

    Which file have to edit to change that?

    • This reply was modified 8 years, 2 months ago by conrad8.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination – remove text: "Pages: "’ is closed to new replies.