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 » Center area post/pages » Excerpts, Read more, Pagination »

Multi-page Posts - Navigation issue (pagination)


 
Prev Previous Post   Next Post Next
  #1  
Old Apr 12, 2009, 04:48 AM
fenixsz
 
3 posts · Apr 2009
Multi-page Posts - Navigation issue (pagination)

Hello,

I have issue with navigation links on bottom of the page.

Now, what I see is:

Pages: 1, 2, 3, 4, 5, 6, 7....

Is there I chance for other navigation lilke:

*Lets say we are on page 4 in this moment.

first page,....,3,4,5,.....last page


PHP Code:
<?php // Post Pagination 
        
if ((is_home() && $bfa_ata['excerpts_home'] == "Full Posts") OR 
        (
is_category() && $bfa_ata['excerpts_category'] == "Full Posts") OR 
        (
is_date() && $bfa_ata['excerpts_archive'] == "Full Posts") OR 
        (
is_tag() && $bfa_ata['excerpts_tag'] == "Full Posts") OR 
        (
is_search() && $bfa_ata['excerpts_search'] == "Full Posts") OR 
        (
is_author() && $bfa_ata['excerpts_author'] == "Full Posts") OR 
        
is_single() OR 
        
is_page() ) {
            
wp_link_pages('before=<p class="post-pagination"><strong>' __('Pages:','atahualpa') . '</strong> &after=</p>&next_or_number=number'); 
        } 
?>
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Page tab height issue: page link tabs higher than page menu bar Fux Page & Category Menu Bars 13 Oct 30, 2010 03:42 AM
WP-PageNavi Not Meant for Multi-Page Posts? fromtheranks Plugins & Atahualpa 9 Jun 5, 2010 01:33 AM
pagination problem - page 2 of categories don't show up! collymore Page & Category Menu Bars 2 May 17, 2009 08:38 AM
Multi-level Navigation Plugin for WordPress -- Conflict/Success? strangelove Page & Category Menu Bars 0 Mar 12, 2009 05:19 PM
Where is the menu bar in the header file? Help with Multi-level Navigation Plugin crogers32 Plugins & Atahualpa 11 Feb 17, 2009 10:51 AM


All times are GMT -6. The time now is 07:32 AM.


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