Title: Wp Loop
Author: mimo
Published: <strong>21 Οκτωβρίου  2015</strong>
Last modified: 10 Ιουνίου  2016

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/wp-loop/assets/banner-772x250.jpg?rev=1271038)

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

![](https://ps.w.org/wp-loop/assets/icon.svg?rev=1270433)

# Wp Loop

 Από [mimo](https://profiles.wordpress.org/mimothemes/)

[Λήψη](https://downloads.wordpress.org/plugin/wp-loop.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/wp-loop/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/wp-loop/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/wp-loop/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/wp-loop/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/wp-loop/)

## Περιγραφή

This plugin adds a widget to your WordPress site called Wp Loop, publish this widget
wherever needed and set its options, it creates a WordPress Query Loop that has 
Grid Layout(Isotope) and can be filtered with ajax(Isotope Filtering), it can display
any CPT and has a bunch of design options and loop customizations:

 * -Title: Title of the widget
 * -Categories to show, use slugs separated by commas: Which categories to include
   in the loop, they can be custom post types categories
 * -Categories to hide, use ids separated by commas: The categories to hide, here
   you need to use id’s
 * -Filter taxonomyIf you need to filter the loop(ajax filter), write here wchich
   term you need to filter.
 * -Offset, number: Write the number for offset in the loop, this means the number
   of post you need to jump from beginning.
 * -Number of posts to show: Posts per page
 * -Image Size to use: This will list all available image sizes in theme, so choose
   which you prefer
 * -Post Type to use: This field will list all available post types in theme for
   you to choose one
 * -Order: Order of loop
 * -Order by: Order by
 * -Columns to use: You can set here until 20 columns
 * -Title Words, number: How many words to show in title of posts
 * -Excerpt Words, number: How many words to show in excerpt of posts
 * -Infinite Scroll: Choose to No, Button or Auto(the infinite scroll triggers when
   you scroll down the page)

### Usage instructions

Just publish the widget wherever needed. It works great with Site Origin Panels 
plugin to create full layouts.

### Developer instructions

Apart from the options inside widget you can manipulate the before/after loop and
articles content with this actions:

do_action(‘wploop_before_content’); // The beginnning of content inside each article

do_action(‘wploop_after_content’); // The end of content inside each article do_action(‘
wploop_before_loop’); // Out of the loop do_action(‘wploop_after_loop’); // Out 
of the loop

Find plugin and issues solved at http://mimo.studio

## Στιγμιότυπα

[⌊Shows the widget administration options⌉⌊Shows the widget administration options⌉[

Shows the widget administration options

[⌊Shows widget Frontend⌉⌊Shows widget Frontend⌉[

Shows widget Frontend

## Εγκατάσταση

 1. Upload `wp-loop` folder to the `/wp-content/plugins/` directory
 2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
 3. Follow usage instructions, just plublish the Wp Loop Widget and set its options.

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

  Installation Instructions

 1. Upload `wp-loop` folder to the `/wp-content/plugins/` directory
 2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
 3. Follow usage instructions, just plublish the Wp Loop Widget and set its options.

  Do this plugin work with all kind of custom post types?

Yes, it is intended to read the post types in your WordPress site and list them 
for you to choose in each Wp Loop widget.

## Κριτικές

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

### 󠀁[Good](https://wordpress.org/support/topic/good-1672/)󠁿

 [sw38](https://profiles.wordpress.org/swd38/) 3 Σεπτεμβρίου 2016 2 απαντήσεις

Does it have shortcode?

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

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-2943/)󠁿

 [ashf](https://profiles.wordpress.org/ashf/) 3 Σεπτεμβρίου 2016

This is something I was looking for.

 [ Ανάγνωση όλων των 2 κριτικών ](https://wordpress.org/support/plugin/wp-loop/reviews/)

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

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

Συντελεστές

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

[Μεταφράστε το “Wp Loop” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/wp-loop)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/wp-loop/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/wp-loop/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/wp-loop/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/wp-loop/?limit=100&mode=stop_on_copy&format=rss).

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

#### 1.2.2

Filtering issue solved
 Order and Orderby issues solved

#### 1.2.1

Css fixes

#### 1.2.0

Css fixes

#### 1.0.4

Fixed bug in widget saving options

#### 1.0.3

Fixed bug with infinite scroll

#### 1.0.2

Fixed bug, grid was not working properly with custom post types

#### 1.0.1

Fixed minor css bug

#### 1.0

First Version

## Μεταστοιχεία

 *  Version **1.2.2**
 *  Τελευταία ενημέρωση: **πριν από 10 έτη**
 *  Ενεργές εγκαταστάσεις: **30+**
 *  Έκδοση WordPress: ** 4.3 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-loop/)
 * Ετικέτες:
 * [columns](https://el.wordpress.org/plugins/tags/columns/)[grid](https://el.wordpress.org/plugins/tags/grid/)
   [loop](https://el.wordpress.org/plugins/tags/loop/)[masonry](https://el.wordpress.org/plugins/tags/masonry/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/wp-loop/advanced/)

## Αξιολογήσεις

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-loop/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-loop/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-loop/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-loop/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-loop/reviews/?filter=1)

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/wp-loop/reviews/)

## Συντελεστές

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

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/wp-loop/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://mimo.media/)