- This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Portfolio pagination
Tagged: portfolio
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.
Do you have a link to your site?
Are you running the latest versions of WordPress, Genesis, and the theme you are using?
Yes, Wes, all of them are the latest. http://entusiasmado.com The portfolio is right there.
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;
}