• Resolved Hor

    (@hor)


    Hello!

    I’m trying to customize the pagination, but i’m having some troubles to do it.

    First of all, in event-list (plugins\events-manager\templates\templates\events-list.php), it’s being used “EM_Events::output( $args );”, that automatically prints the pagination below the list of events.

    What if i want to put the pagination to the top of the list? I have no clue how to do this without “mess up” with the native plugin files.

    The other question is about the customization of the pagination. The code that is provided natively is:

    <span class="em-pagination" >
        <strong><span class="page-numbers current">1</span></strong>
            <a class="page-numbers" href="YOUR_URL" title="2">2</a>
            <a class="page-numbers" href="YOUR_URL" title="3">3</a>
            <a class="page-numbers" href="YOUR_URL" title="4">4</a>
            <a class="page-numbers" href="YOUR_URL" title="5">5</a>
            <a class="page-numbers" href="YOUR_URL" title="6">6</a>
            <a class="next page-numbers" href="href="YOUR_URL"" title="2">></a>
        </span>

    I want to totally change this code, like remove span, put a

      , and a lot of more stuf, but i cant, without change the native files.

    Someone can help me with these questions? Thanks!

    http://wordpress.org/plugins/events-manager/

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

The topic ‘Customization of paginate’ is closed to new replies.