Title: Styled Pagination
Author: ckruse
Published: <strong>29.07.2009</strong>
Last modified: 31.07.2009

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://s.w.org/plugins/geopattern-icon/styled-pagination.svg)

# Styled Pagination

 Від автора [ckruse](https://profiles.wordpress.org/ckruse/)

[Завантажити](https://downloads.wordpress.org/plugin/styled-pagination.zip)

 * [Деталі](https://uk.wordpress.org/plugins/styled-pagination/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/styled-pagination/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/styled-pagination/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/styled-pagination/#developers)

 [Підтримка](https://wordpress.org/support/plugin/styled-pagination/)

## Опис

This plugin allows you to add simple pagination to your site using images for the
previous and next links. Allows you the ability to display the current page and 
the total number of pages. Works with any template page (i.e. index.php, search.
php, archvie.php).

Features include:
 1. Use images in place of the previous and next links 2. Easily
style the pagination display with CSS 3. Customize the display text of the Pages
4. Choose between just displaying Current Page and Total Pages, or having pagination

How to use

 * `<?php echo rb_pages(); ?> //Displays text only (i.e. PAGE 2 OF 11)`
 * `<?php echo rb_pagination(); ?> //Displays text and navigation arrows`

Style the display using the following tags:

 * #rb-page-prev – Styles the previous link
 * #rb-page-next – Styles the next link
 * #rb-page-pages – Style the Text and Page Numbers

NOTE: Currently the previous and next links must be in the form of images.

## Скріншоти

[⌊Arrow images and default text⌉⌊Arrow images and default text⌉[

Arrow images and default text

## Встановлення

 1. Upload the ‘styled-pagination’ folder to the ‘/wp-content/plugins/’ directory
 2. Activate the Styled Pagination plugin through the ‘Plugins’ menu in WordPress
 3. Add the proper tag to your wordpress template See description for tags.

## Часті питання

  What parameter can I use?

The rb_pagination() fucntion accepts 4 parameters. Use as follows:

    ```
         <?php echo rb_pagination('PAGE', 'OF', 'images/prev.jpg', 'images/next.jpg'); ?>
    ```

The rb_pages(); function accepts 2 parameters. Use as follows:

    ```
         <?php echo rb_pages('PAGE', 'OF'); ?>
    ```

The first 2 parameters in each function supply the text for the display. For example:

    ```
         <?php echo rb_pages('LOOKING AT', 'OUT OF'); ?>
    ```

This would display Looking AT 2 OUT OF 21

The last 2 parameters are the location of the previous and next image files.

The functions have default value you can use which are:

    ```
         <?php echo rb_pagination('PAGE', 'OF', 'images/icon-pageprev.jpg', 'images/icon-pagenext.jpg'); ?>
    ```

The images must be located in or in a sub folder of your themes directory.

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“Styled Pagination” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

 *   [ ckruse ](https://profiles.wordpress.org/ckruse/)

[Перекладіть “Styled Pagination” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/styled-pagination)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/styled-pagination/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/styled-pagination/) 
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/styled-pagination/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/styled-pagination/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

v1.0 – Initial Release

## Мета

 *  Версія **1.0**
 *  Останнє оновлення **17 років тому**
 *  Активних встановлень **10+**
 *  Версія WordPress ** 2.0 або вище **
 *  Tested up to **2.8**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/styled-pagination/)
 * Позначки
 * [page](https://uk.wordpress.org/plugins/tags/page/)[pagination](https://uk.wordpress.org/plugins/tags/pagination/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/styled-pagination/advanced/)

## Оцінки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/styled-pagination/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/styled-pagination/reviews/)

## Учасники

 *   [ ckruse ](https://profiles.wordpress.org/ckruse/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/styled-pagination/)