Title: WP Lipsum
Author: dylanized
Published: <strong>2 Μαΐου  2012</strong>
Last modified: 7 Μαΐου  2012

---

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

![](https://ps.w.org/wp-lipsum/assets/banner-772x250.png?rev=539201)

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

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

# WP Lipsum

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

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

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

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

## Περιγραφή

WP-Lipsum includes a collection of template fragments representing lots of common
page types, from simple lorem ipsum paragraphs to demos of the WP comment system,
and more. It works via a simple shortcode or template tag.

#### Using the Shortcode

    ```
    [lipsum]
    ```

This outputs the basic content block. You can edit this in wp-lipsum/templates/basic.
php.

    ```
    [lipsum template=aux]
    ```

This outputs the auxilary lipsum page, with tables, definition lists, and more. 
You can edit this in templates/aux.php.

    ```
    [lipsum repeat=4]
    ```

This outputs 4 simple paragphs of lorem ipsum text. You can edit the text in templates/
p.php.

    ```
    [lipsum template=ol repeat=3]
    ```

This loads the ordered list template and displays it 3 times.

    ```
    [lipsum t=ol r=3]
    ```

You can also use “t” and “r” as parameter shortcuts.

#### Lipsum Templates and Fragments

Here are the full pages of lipsum content available:

 * Basic Content – “basic”
 * Aux Content – “aux”
 * Blog Demo – “blog”
 * Single Post Demo – “single”
 * Headline List – “headline_list”
 * Gallery Demo – “gallery”
 * Portfolio Demo – “portfolio”
 * Long Header Examples – “long_headers”
 * Short Content Demo – “short”
 * Template Fragments

You can also call these smaller fragments, and use the “repeat” parameter:

 * Single Paragraph – “p”
 * Unordered List – “ul”
 * Ordered List – “ol”
 * Definition List – “dl”
 * Table Example – “table”
 * Blockquote – “blockquote”
 * Blog Teaser – “blog_teaser”
 * Image (without caption) – “img”
 * Image with WP Caption – “caption”
 * Code Demo – “code”
 * Comments Demo – “comments”
 * Gallery Item – “gallery_item”
 * List of Headers – “headers”
 * Headline Teaser – “headline_teaser”
 * Misc Content – “misc”
 * Portfolio Item – “portfolio_item”

All lipsum template snippets are located in plugins/wp-lipsum/templates. You can
easily add new template files in here, and call them with the “template” attribute.

Templates use Bedrock conventions, including class names (like .table-style and .
post-nav), using H1s and H2s only for titles, and other concepts.

#### Image Dimensions

For the image templates, you can also pass in custom dimensions with the “width”,“
height” and “align” parameters (shorcuts w, h and a). This works for the img, caption,
portfolio & portfolio_item, and gallery & gallery_item templates.

    ```
    [lipsum template=img width=300 height=150]

    [lipsum t=caption w=300 h=150 a=right]

    [lipsum t=gallery w=500 h=220]

    [lipsum t=portfolio w=100 h=100]
    ```

Align can be set to “left”, “right”, “center” or “none”. These parameters default
to 200×200, and alignleft.

#### Using the Template Tag

You can also call the plugin from your theme code, by using the display_lipsum_template()
function:

    ```
    <?php display_lipsum_template($template, $repeat); ?>
    <?php display_lipsum_template('basic') ?>
    <?php display_lipsum_template('table', 4) ?>
    <?php display_lipsum_template('caption', 1, 500, 300, 'right') ?>
    ```

#### More Info

[View the WP-Lipsum homepage here](http://bedrocktheme.com/wp-lipsum/)

WP-Lipsum is a part of the Bedrock mini-framework, more info at [bedrocktheme.com](http://bedrocktheme.com/)

Follow me at [dylanized.com](http://dylanized.com/) and [@dylanized](http://twitter.com/dylanized)

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

 * [[
 * The “basic” template
 * [[
 * The “aux” template
 * [[
 * The “blog” template

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

 1. Upload the “wp-lipsum” folder to the “/wp-content/plugins/” directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Now you can use the shortcodes and the template tag

## Κριτικές

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

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

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

Συντελεστές

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

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

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

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

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

#### 1.4

 * Added image dimensions and alignment parameters, and the img template

#### 1.3

 * Added “t” and “r” shortcuts, submitted to WP Directory

#### 1.2

 * Added lots more templates and changed paramters to “template” and “repeat”

#### 1.1

 * Fixed a bug

#### 1.0

First version, just had a couple templates

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

 *  Version **1.4**
 *  Τελευταία ενημέρωση: **πριν από 14 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 3.3.2 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-lipsum/)
 * Ετικέτες:
 * [dummy text](https://el.wordpress.org/plugins/tags/dummy-text/)[lipsum](https://el.wordpress.org/plugins/tags/lipsum/)
   [lorem ipsum](https://el.wordpress.org/plugins/tags/lorem-ipsum/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/wp-lipsum/advanced/)

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

 1 out of 5 stars.

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

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

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

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

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

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

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

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