Suggestion for a future release... For the second time while using Montezuma, I've had to hack the file content_nav.php to change the value passed to 'mid_size' from 5 to a smaller number. I did this to get the navigation tabs to fit in the columns allocated. No problem to hack but now my client must be cautious when upgrading.
I suggest a second optional parameter to bfa_content_nav(). The best solution would be to pass an array containing some or all the values to be passed into paginate_links. For example, I would call
Code:
bfa_content_nav('multinav1', array('mid_size' => 3));
/* except I don't think that you don't allow arrays
Alternately, expose one or more of the parameters for paginate_link, especially 'mid_size') with an order list such as
Code:
bfa_content_nav('multinav1', 3);