Portfolio pagination

Homepage Community Forums Epik Theme Support Portfolio pagination

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8835

    Hi. I have a portfolio with my 16 latest post. They show all right, but at the lower part of the page, there are numbers for the different pages. Clicking on a number makes no effect, so I would like to be able to either:
    1) make the click on the number of the page show different posts
    or if that is not possible or complicated
    2) make the numbers dissapear.

    #8851
    Wes
    Moderator

      Do you have a link to your site?

      Are you running the latest versions of WordPress, Genesis, and the theme you are using?

      #8934

      Yes, Wes, all of them are the latest. http://entusiasmado.com The portfolio is right there.

      #8941
      Wes
      Moderator

        I’m not sure why it’s not working, it’s always worked fine on every theme/site I’ve used it on. Maybe there is something conflicting with it….

        If you would rather just have it not show up, then the easiest way is to add display: none; to around line 2302 in your css. or look for this –

        .archive-pagination,
        .entry-pagination {
        	clear: both;
        	font-size: 14px;
        	font-size: 0.875rem;
        	margin: 40px 0;
        	margin: 2.5rem 0;
        }
      Viewing 4 posts - 1 through 4 (of 4 total)
      • You must be logged in to reply to this topic.