TAG» blog
WordPress plugin problem
When I moved to wordpress, I purposely picked a theme with paged listings. Of course, I also started with the latest v. 2.7 release. (Actually 2.7 rc2, then an upgrade).
The paged navigation at the bottom of the content section did not work. I tried to install the wp-pagenavi plugin but wordpress complained that the anjing theme had already defined wp_pagenavi()
.
I’m new to wordpress (and don’t know PHP well) but I do know how to comment out code.
{{clackity-clackity-clack}}
vi ~/public_html/wp-content/themes/anjing/functions.php
and comment out the function
/* function wp_pagenavi($before = '', $after = '') { ⋮ } */
Like magic. The plugin activates and I have pages!