Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Simple Custom Posts per Page

Περιγραφή

Simple Custom Posts per Page (SCPP) allows to configure the number of posts displayed for every custom post registered in WordPress.

See Screenshots to known why it is called “Simple”.

In your Readme page in Setting tab of WordPress, it adds an option for every post type.

Disable Plugin in Template:
You can disable plugin filters in your template whenever you want. Maybe you need a query with a different number of custom posts per page for a specific post type.
Using this code before your query, the filter plugin will be disabled for a specific post type:

<?php $GLOBALS['ado_cspp_disable']="YOUR_TYPE"; ?>

With this code, you can use your personalized query for your loop.

More:
You can find more informations in the official Post on my Blog.

Στιγμιότυπα

  • Options added in Reading Setting of Wordpress

Εγκατάσταση

Like the most common plugins, installation is very simple.

e.g.

  1. Upload folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Set a number of posts per page in Reading Setting in WordPress pannel.

Συχνές Ερωτήσεις

Can i disable this plugin in my theme?

Yes. If you need a different number of posts per page, you can disable plugin for a specific post type.
Use this code before your custom query for your loop:

What languages are supported?

At the moment English and Italian. If you want translate this plugin in a different language, contact me at info[A_T]adostudio.it

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Simple Custom Posts per Page” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0

  • First Version. Cheers!