Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing "Showing 1 to 5…."


  • liveview
    Member

    @liveview

    If you look at my site http://liveview.no/ I have managed to create a custom home page separating blog posts and status updates.

    Only one thing remains, as for the life of me, I cannot figure out how to get rid of the small “Showing 1 to 5 (of 5)”

    Any advice?

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

  • 3sixty
    Participant

    @3sixty

    I’m not exactly sure where you will look, but I think what you want to do is find “pagination” links and delete them from your theme. for example, here are pagination links from the bp-default theme’s activity-loop.php

    <noscript>
    <div class="pagination">
    <div class="pag-count"><?php bp_activity_pagination_count() ?></div>
    <div class="pagination-links"><?php bp_activity_pagination_links() ?></div>
    </div>
    </noscript>


    r-a-y
    Keymaster

    @r-a-y

    Easiest way is to remove it with CSS:

    body.home-page div.pagination {display:none;}


    liveview
    Member

    @liveview

    Ossim. Got it fixed :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing "Showing 1 to 5…."’ is closed to new replies.
Skip to toolbar