Title: lorem shortcode
Author: Per Søderlind
Published: <strong>دسمبر 3, 2010</strong>
Last modified: دسمبر 12, 2016

---

پلگ انز تلاش کریں

![](https://ps.w.org/lorem-shortcode/assets/banner-772x250.png?rev=487681)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# lorem shortcode

 منجانب [Per Søderlind](https://profiles.wordpress.org/pers/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/lorem-shortcode.1.3.3.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/lorem-shortcode/#description)
 * [جائزے](https://ur.wordpress.org/plugins/lorem-shortcode/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/lorem-shortcode/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/lorem-shortcode/#developers)

 [معاونت](https://wordpress.org/support/plugin/lorem-shortcode/)

## تفصیل

The plugin contains two shortcodes, `[lorem]` and `[loremimage]`, the `[loremimage]`
shortcode can be nested in the `[lorem]` shortcode. The shortcodes generates dummy
text and image when needed.

#### Usage

Add the `[lorem]` and/or `[loremimage]` shortcode to a post or page, or if the [Shortcode UI](https://wordpress.org/plugins/shortcode-ui/)
plugin is installed and activated, in the visual editor, click `Add Media->Insert
Post Element->Lorem Ipsum` to add the shortcode.

#### Parameters, all are optional

**[lorem]**

 * p=”3″ Number of paragraphs. Default is 5
 * l=”7″, Number of lines per paragraph. Default is 3
 * align=”right” This tells how you’d like to allign a nested shortcode. There are
   two alternatives, left or right. Default is right

**[loremimage]**

The loremimage is created using [http://dummyimage.com/](http://dummyimage.com/),
and hence the shortcode supports the same parameters as [http://dummyimage.com/](http://dummyimage.com/).

 * size=”400×400″ Image size. Default is 300×200
 * text=”lorem ipsum” Default is empty
 * fgcolor=”fff” Image foreground color. Default is "ccc”
 * bgcolor=”ccc” Image foreground color. Default is "eee”
 * format=”png”, Image format. Default is "png”

I’ve added two additional parameters/values

 * size=”thumb” This will create a thumbnail, size based on your WordPress image
   settings. The thumb links to another image and support Lightbox et al (has attribute`
   rel="lightbox[lorem]"`).
 * style=”padding:5px;” Adds a style to the loremimage. Default is empty

#### Example

    ```
    [lorem p="1" l="20"]
        [loremimage size="300x300" style="padding:5px;"]
    [/lorem]
    ```

For more information and screenshots, please see the [plugin home page](http://soderlind.no/archives/2010/11/17/lorem-shortcode/)

## اسکرین شاٹس

 * [[
 * Using Shortcode UI, insert `[lorem]` shortcode.
 * [[
 * Using Shortcode UI, edit existing `[lorem]` shortcode.

## انسٹالیشن

#### Requirement

 * PHP: 5.2.x or newer

#### Manual Installation

 * Upload the files to wp-content/plugins/lorem-shortcode/
 * Activate the plugin

#### Automatic Installation

 * On your WordPress blog, open the Dashboard
 * Go to Plugins->Install New
 * Search for "lorem shortcode”
 * Click on install to install the lorem shortcode

#### Optional

Install the [Shortcode UI](https://wordpress.org/plugins/shortcode-ui/) plugin and
activate it.

## عمومی سوالات

  Where’s the Shortcode UI?

You need to install the [Shortcode UI](https://wordpress.org/plugins/shortcode-ui/)
plugin. When the Shortcode UI plugin is installed and activated, in the visual editor,
click `Add Media->Insert Post Element->Lorem Ipsum` to add the shortcode.

  What are shortcodes?

Shortcode, a "shortcut to code”, makes it easy to add funtionality to a page or 
post. When a page with a shortcode is saved, WordPress execute the linked code and
embedds the output in the page.

  Writing your own shortcode plugin

 * [Smashing Magazine](http://www.smashingmagazine.com/) has a nice (as allways)
   article about [Mastering WordPress shortcodes](http://www.smashingmagazine.com/2009/02/02/mastering-wordpress-shortcodes/).
   The article has several examples you can use as a starting point for writing 
   your own.
 * At codplex, you’ll find the [Shortcode API documented](https://codex.wordpress.org/Shortcode_API)
 * Also, feel free to use this plugin as a template for you own shortcode plugin

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“lorem shortcode” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ 
لیا:

شراکت دار

 *   [ Per Søderlind ](https://profiles.wordpress.org/pers/)

[“lorem shortcode” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/lorem-shortcode)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/lorem-shortcode/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/lorem-shortcode/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/lorem-shortcode/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/lorem-shortcode/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.3.3

 * Tested & found compatible with WP 4.7.

#### 1.3.2

 * Fix bug in `rand()` max value

#### 1.3.1

 * Remove `extract()` _blush_
 * Tested & found compatible with WP 4.6.

#### 1.3.0

 * Update plugin to WPCS standards. Update Shortcode UI support.
 * Remove old Shortcode UI files
 * Add .pot language file

#### 1.1.1

 * Tested with 3.9, bumped version number

#### 1.1

 * Added support for embedded shortcodes and added the [loremimage] short code. 
   The [loremimage] can be used by itself. The image is created using [http://dummyimage.com/](http://dummyimage.com/)

#### 1.0

 * initial release

## میٹا

 *  Version **1.3.3**
 *  Last updated **9 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 2.8.6 یا اس سے جدید **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/lorem-shortcode/)
 * Tags
 * [dummy image](https://ur.wordpress.org/plugins/tags/dummy-image/)[dummy text](https://ur.wordpress.org/plugins/tags/dummy-text/)
   [lorem ipsum](https://ur.wordpress.org/plugins/tags/lorem-ipsum/)[shortcake](https://ur.wordpress.org/plugins/tags/shortcake/)
   [shortcode](https://ur.wordpress.org/plugins/tags/shortcode/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/lorem-shortcode/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

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

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

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

## شراکت دار

 *   [ Per Søderlind ](https://profiles.wordpress.org/pers/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/lorem-shortcode/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://soderlind.no/donate/)