Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

A hack to align page navigation menu to center


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 9, 2009, 02:06 AM
araneum
 
29 posts · Feb 2009
A hack to align paging navigation menu to center

This may help those users wanted to position plugin paging navigation menu to center.

Suggest theme creator to include it in the next version. :-)

Under index.php,

<?php
// Next/Previous PAGE Links (on multi post pages)
// in next_posts_link "next" means older
if ( !is_single() AND !is_page() AND strpos($bfa_ata_location_multi_next_prev,'Bottom') !==false AND show_posts_nav() ) {
if (function_exists('wp_pagenavi')) {
echo '<div style="text-align: center;" class="wp-pagenavi-navigation">'; wp_pagenavi(); echo '</div>';
} else {

Last edited by araneum; Feb 9, 2009 at 07:50 AM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing Logo Next To Page Menu Navigation? mannitol Page & Category Menu Bars 6 Jul 28, 2011 10:43 AM
Center Page Menu Bar technstuff Page & Category Menu Bars 37 Oct 19, 2010 07:35 AM
Menu align to right pixelmac Page & Category Menu Bars 0 May 24, 2009 03:21 AM
[SOLVED] Howto: Align page menu bar with left sidebar or opacity overlay width iroQuai Page & Category Menu Bars 1 Mar 7, 2009 05:01 PM
Pad Page Menu Navigation 20px from the Left amber Page & Category Menu Bars 2 Feb 22, 2009 12:19 PM


All times are GMT -6. The time now is 03:39 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.