dustyhawk
asked 11 years ago

how do implement – http://wordpress.org/plugins/wp-pagenavi/ into

a single.php so that i have a navigation system on single pages only. (homepage to maintain as it is)

according to the plugin, i am suppose to find ” next_posts_link() and previous_posts_link() “

however i am unable to find that code

2 Answers
DominicStaff
answered 11 years ago

I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.

Regards,
Dominic

dustyhawk
replied 11 years ago

thanks dominic

DominicStaff
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