Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author webvitaly

    (@webvitaly)

    No, Page-List does not support Page-Navi.

    Thread Starter teerata

    (@teerata)

    In the next time. it posible ?

    or add feature. please!!

    Thanks (^o^)

    Plugin Author webvitaly

    (@webvitaly)

    Can you describe how can Page-List plugin be compatible with Page-Navi?

    Thread Starter teerata

    (@teerata)

    thank fo fast respon.

    i mean, if it does not support Page-Navi.
    it posible ? .. add php script (next page) to file page-list.php

    “example”

    echo count( $list_pages );
    		$per_page = 3;
    		$pages = ceil(count( $list_pages ) / $per_page);
    		echo $pages;
    
    		$page = (isset($_GET['page'])) ? (int)$_GET['page'] : 1;
    		$start = ($page - 1) * $per_page;
    
    		if ($pages >=1 && $page <=$pages) {
    			 for ($x=1; $x<=$pages; $x++) {
    			echo ($x == $page) ? '<strong><a href="?page='.$x.'">'.$x.'</a></strong> ' : '<a         href="?page='.$x.'">'.$x.'</a> ';
    		  }
    		}
    Thread Starter teerata

    (@teerata)

    I’m not programer. I’m not sure. Do it?
    Please help!!

    Plugin Author webvitaly

    (@webvitaly)

    Sorry, but I am not planning to add a support.for Page-Navi in future versions of Page-List plugin.

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

The topic ‘[pagelist_ext] Support Page Navi ?’ is closed to new replies.