Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    You can do it like this:

    wp_pagenavi('', '', array(
      'prev_text' => '<img src="' . get_bloginfo('stylesheet_directory') . '/prev-image.png' . '">',
      'next_text' => '<img src="' . get_bloginfo('stylesheet_directory') . '/next-image.png' . '">',
    ));
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-PageNavi] Using images for Previous/Next’ is closed to new replies.