Title: View All Post&#039;s Pages
Author: Erick Hitter
Published: <strong>4 Shtator, 2011</strong>
Last modified: 19 Janar, 2026

---

Kërkoni te shtojca

![](https://s.w.org/plugins/geopattern-icon/view-all-posts-pages.svg)

# View All Post's Pages

 Nga [Erick Hitter](https://profiles.wordpress.org/ethitter/)

[Shkarkim](https://downloads.wordpress.org/plugin/view-all-posts-pages.0.9.4.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/view-all-posts-pages/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/view-all-posts-pages/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/view-all-posts-pages/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/view-all-posts-pages/#developers)

 [Asistencë](https://wordpress.org/support/plugin/view-all-posts-pages/)

## Përshkrim

Provides a “view all” (single page) option for posts, pages, and custom post types
paged using WordPress’ [`<!--nextpage-->` Quicktag](https://codex.wordpress.org/Write_Post_SubPanel#Quicktags)(
multipage posts).

Your theme must use `wp_link_pages()` to generate post page links, or you must use
either the automatic or manual link capabilities provided in the plugin.

**IMPORTANT**: There are certain plugins that may interfere with this plugin’s functionality.
See the **FAQ** for more information.

## Instalim

 1. Upload view-all-posts-pages.php to /wp-content/plugins/.
 2. Aktivizojeni shtojcën që nga menuja e Shtojcave të WordPress-it.
 3. Navigate to Options > Permalinks and click _Save Changes_ to update navigation.

## PBR

### Links don’t work

First, navigate to Options > Permalinks in WP Admin, click _Save Changes_, and try
again.

If clicking on a link takes you back to the post or page where the link appeared,
see the **Known Plugin Conflicts** item below.

If, after reviewing the remaining FAQ, you are still experiencing problems, visit
[http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/](http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/)
and leave a comment detailing the problem.

### How do I add a link to my template?

The function `vapp_the_link` will add a link to the full-content version of whatever
page it appears on. This function accepts the following arguments:

 * **$link_text**: Set to text that should appear for the link. Defaults to _View
   All_.
 * **$class**: Specifies the CSS class for the link. Defaults to _vapp_.

### Known Plugin Conflicts

This plugin is known to conflict with certain plugins, many pertaining to SEO and
permalinks. Conflicting plugins include, but are not limited to, the following:

 * **WordPress SEO by Yoast:** This plugin’s `Permalink` options, particularly _Redirect
   attachment URL’s to parent post URL_ and _Redirect ugly URL’s to clean permalinks.(
   Not recommended in many cases!)_, interfere with View All Post’s Pages’ ability
   to display full content. Both must be disabled, and the site’s rewrite rules 
   regenerated (by visiting Options > Permalinks and clicking _Save Changes_), for
   View All Post’s Pages to function.

## Shqyrtime

![](https://secure.gravatar.com/avatar/b8f1e0a7d082daf6e875f1b54fdfaab433be286f33e0a89d73972ab87c44b8e7?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work with latest WP version](https://wordpress.org/support/topic/doesnt-work-with-latest-wp-version/)󠁿

 [pauljwhite](https://profiles.wordpress.org/pauljwhite/) 8 Mars, 2017

Doesn’t work with latest WP version

 [ Lexojini krejt 2 shqyrtimet ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/)

## Kontribues & Zhvillues

“View All Post's Pages” është software me burim të hapur. Në këtë shtojcë kanë dhënë
ndihmesë personat vijues.

Kontribues

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)

[Përkthejeni “View All Post's Pages” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/view-all-posts-pages)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/view-all-posts-pages/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/view-all-posts-pages/), 
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/view-all-posts-pages/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/view-all-posts-pages/).

## Regjistër ndryshimesh

#### 0.9.4

 * Fix translation support.

#### 0.9.3

 * Compatible with WordPress 5.2

#### 0.9.2

 * Compatible with PHP 7.3
 * Introduce PHPCS tests
 * Update plugin based on PHPCS results

#### 0.9.1

 * Security update: correct misuse of `add_query_arg()` as identified by Sucuri:
   https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-
   multiple-wordpress-plugins.html.

#### 0.9

 * Move conditional registration of some filters to `init`, both to ensure external
   code can interact with filters and to avoid PHP notices.

#### 0.8.1

 * Correct translation implementation issue introduced in v0.8.

#### 0.8

 * When WordPress determines a request is a 404, don’t activate the plugin’s functionality.
 * Convert the plugin to a singleton.
 * Audit entire plugin for translation readiness.
 * Correct phpdoc.

#### 0.7

 * Further ensure that WordPress doesn’t think a post is paged when viewing the 
   full post content unpaged. Ensures that code checking the `$multipage` variable
   will function properly. Props @batmoo.

#### 0.6.1

 * Revert change in is_view_all() method made in version 0.6 as it breaks the method,
   rendering the plugin inoperable.

#### 0.6

 * Add additional rewrite rules for situations where verbose page rules are required.
 * Disable canonical redirect when print template is requested.
 * Update is_print() method to use WordPress API.
 * Correct translation string implementation.

#### 0.5

 * Change how post content is modified for View All display. Rather than using the`
   the_content` filter, global variables are overridden in the `the_post` action.
   Ensures that infinite loops don’t result from shortcode processing and other 
   uses of the `the_content` filter. Props to the WordPress.com VIP Support team(
   batmoo) and stevenkword.
 * Introduces the `vapp_display_link` filter to allow plugins and themes to suppress
   the automatic View All link on specific posts. Return `false` to suppress the
   link. Filter also passes post ID, plugin options, and post object.

#### 0.4.1

 * Eliminate use of plugins_loaded action since plugin has no dependencies on other
   plugins. All code previously located in the associated method has been moved 
   to the class’s constructor. Props danielbachhuber.

#### 0.4

 * Add filter to disable rewrite rules notice.
 * Apply esc_html() to link text during output.
 * Update code to conform to WordPress Coding Standards.

#### 0.3

 * Simplify rewrite rule creation, resolving 404 errors in most cases.

#### 0.2

 * Change how wp_link_pages arguments are filtered to better support as-needed filtering.

#### 0.1

 * Hedhje fillestare në qarkullim

## Të tjera

 *  Version **0.9.4**
 *  Përditësuar së fundi më **5 muaj më parë**
 *  Instalime aktive **100+**
 *  Version WordPress-i ** 3.2.1 ose më i madh **
 *  E provuar deri me **6.9.4**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/view-all-posts-pages/)
 * Etiketa
 * [Multipage](https://sq.wordpress.org/plugins/tags/multipage/)[paged](https://sq.wordpress.org/plugins/tags/paged/)
   [pages](https://sq.wordpress.org/plugins/tags/pages/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/view-all-posts-pages/advanced/)

## Vlerësime

 3 nga 5 yje të mundshëm.

 *  [  1 shqyrtim me 5 yje     ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/?filter=5)
 *  [  0 shqyrtime me 4 yje     ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/?filter=4)
 *  [  0 shqyrtime me 3 yje     ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/?filter=3)
 *  [  0 shqyrtime me 2 yje     ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/?filter=2)
 *  [  1 shqyrtim me 1 yje     ](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/view-all-posts-pages/reviews/)

## Kontribues

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/view-all-posts-pages/)

## Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

 [ Dhuroni për këtë shtojcë ](http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/)