stranger
asked 11 years ago

Pagination

Hi, I would like Pagination with Next and Prev and Pay sides. choose for the content.php and the other. Where and how can I Do that. Thank you

1 Answers
Jackie Lord
answered 10 years ago

Regarding DW Wall theme, the pages have many posts, you can display the navigation (pagination) for the theme by adding the following code to style.css file:

.navigation {
    display: block;
}

Then, you can style the Next/Prev button in the position you want to show.

Powered by DW Question & Answer Pro