============== Pagebar v1.3.2 ============== Purpose ------- Adds a nice page bar for selecting indivual pages instead of just the previous or next page. Installation ------------ Copy the file pagebar.php to your plugins directory and add the CSS code contained in pagebar.css to your style.css. Then add the following code directly behind The Loop: 'Pages: '))?> There are several parameters you can set: before what's displayed in front of the bar. Default: ' ' after what's displayed behind the bar. Default: ' ' tooltip shall the tooltips be displayed? Default: true tooltip_text text to be display in tooltip before the page number Default: 'Page: ' prev text for previous page link Default: '►' next text for next page link Default: '►' directions display the direction boxes (prev/next)? Default: true; Here's a function call with some parameters: 'Page: ', 'after'=>' ', 'tooltip'=>true, 'tooltip_text'=>'Page'))?> Contact ------- Latz@elektroelch.de (If you want to submit an error report, please mention the version you are using.)