Title: Pagination setting
Last modified: September 1, 2016

---

# Pagination setting

 *  Resolved [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/)
 * Hello,
    i would like to set the pagination post in homepage in a different way.
   Now i can see 3 pages, but i would like to add more pages. is this possible? 
   And when i go to page 2 the square button with the number of the page is not 
   marked with a darker color so i can’t understand that i’m in page 2 but it marks
   always page 1. Thanks a lot

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566515)
 * not sure, are you using the theme built in pagination? because the current page
   is with darker color. like this //demo.dezzain.com/blog/page/2#post-navigator
 *  Thread Starter [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566579)
 * Yes i’m using the one built in pagination.
 *  Thread Starter [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566632)
 * It is strange because when i am at page 2 the first page remain current and the
   page 2 it stay on inactive (a.inactive ) while should be current.
    Where i can
   check this issue? What should be the right code for page navigation?
 * Thank you
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566643)
 * live link?
 *  Thread Starter [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566646)
 * [http://www.dwglab.com](http://www.dwglab.com)
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566651)
 * open mesocolumn/lib/functions/theme-functions.php edit line 48, add this after
   global $paged;
 *     ```
       if('page' == get_option( 'show_on_front' )) {
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       }
       ```
   
 *  Thread Starter [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566652)
 * yes, you are great as always!
    I have another question about thumbs but i open
   a new ticket.
 * Thank you very much

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

The topic ‘Pagination setting’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/pagination-setting/#post-7566652)
 * Status: resolved