Title: pagination button style
Last modified: August 21, 2016

---

# pagination button style

 *  Resolved [Aspalis_admin](https://wordpress.org/support/users/aspalis_admin/)
 * (@aspalis_admin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/pagination-button-style/)
 * Hello Alexander,
    Thank you for the great theme! I have one question, I’m trying
   to style the pagination “button”, instead of 1,2,3 or “next page” I want to put
   a small photo. On previus theme I just added ‘nextpagelink’ => __(‘<img src=”
   [http://mydomain.com/files/image.png&#8221](http://mydomain.com/files/image.png&#8221);/
   >’), ‘previouspagelink’ => __(‘<img src=”[http://http://mydomain.com/files/image2.png&#8221](http://http://mydomain.com/files/image2.png&#8221);/
   >’)
 * and everything was OK, but unfortunately I cannot figure out how to add this 
   lines to single.php in order to get it working. I’ve tried few times but I only
   get a white screen!
 * Could you please tell the solution to my problem?
 * Thank you in advance

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Aspalis_admin](https://wordpress.org/support/users/aspalis_admin/)
 * (@aspalis_admin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/pagination-button-style/#post-4539599)
 * I added this:
 * <?php wp_link_pages(
    array( ‘before’ => ‘<div class=”pagenav”>’, ‘after’ => ‘
   </div>’, ‘next_or_number’ => ‘next’, ‘nextpagelink’ => __(‘<img src=”mydomain.
   com/files/image.png” />’), ‘previouspagelink’ => __(‘<img src=”mydomain.com/files/
   image2.png” />’) )
 * ); ?>`
 * Instead of the your code and it is working perfectly!
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/pagination-button-style/#post-4539700)
 * Thanks for sharing the solution!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘pagination button style’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [page pagination](https://wordpress.org/support/topic-tag/page-pagination/)
 * [single.php](https://wordpress.org/support/topic-tag/single-php/)

 * 2 replies
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/pagination-button-style/#post-4539700)
 * Status: resolved