Blog list widget Page Numbering issues

Our blog list widget is showing strange pagination that doesn’t link to anything on our local server (site is not yet live). I don’t see where I can fix this within CM1

Hi Janet,

Were you able to get your pagination functioning and displaying as you’d like it to?

Nathaniel

Janet,

If you’ll double check, I believe you’ll find that the numbers on your page are actually active links. They appear as plain text because they default as unstyled text. If you inspect the page’s elements, you’ll see that you can style both the “perc-page-count” (X of X pages) and perc-page-nav (pages123) span classes through your CSS. To start out, you might try applying a “cursor: pointer;” definition for the “.perc-page-nav” class so that it’s clear to your users that the numbers are in fact links.

Nathaniel