Title: Aside Widget
Author: preeve9534
Published: <strong>20 ڊسمبر 2010</strong>
Last modified: 5 آڪٽوبر 2011

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

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

# Aside Widget

 کان: [preeve9534](https://profiles.wordpress.org/preeve9534/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/aside.0.9.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/aside/#description)
 * [جائزو](https://snd.wordpress.org/plugins/aside/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/aside/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/aside/#developers)

 [سھائتا](https://wordpress.org/support/plugin/aside/)

## وضاحت

Aside widget allows a page or post to insert arbitrary content into a
 sidebar (
or other dynamic widget area), supporting something similar to the typographic notion
of a ‘pull-quote’.

Aside widget is triggered by the presence, in those pages which require it,
 of 
one or more ‘aside’ custom fields with values that specify the content of one or
more widgets. Shifting the locus of widget content control from the widget to the
page makes for more natural authoring of conditional content which needs to be associated
with just a small number of pages.

As well as text, an ‘aside’ custom field may contain HTML and/or PHP code.
 Of course,
any HTML should be crafted so as not to break the containing page structure. PHP
parsing must be explicitly enabled in the widget administration panel and any PHP
in the ‘aside’ field value must be enclosed in the usual tags for it to be recognised.

A little bit of short-form magic can be triggered by formatting the aside
 field
value in the following way.

    ```
    {#|!|!!}id[,prefix,suffix]
    ```

A value of the form #id (e.g. ‘#232’) causes the the page or post
 identified by
the integer id to be used as the widget content.

A value of the form !id (e.g. ‘!myasidediv’) causes the contents of the
 HTML DIV
identified by id to be used as the widget content. The selected DIV must reside 
withing the current page or post. Normally, the selected DIV is removed from display
within the page proper, but a value of the form !!id causes the DIV to remain in
the normal page flow. Processing of page content for the identified DIV is unsophisticated:
the DIV must not itself contain any other DIVs and the DIV id attribute must be 
the first attribute after the tag name.

Prefix and suffix can be used to specify arbitrary text/HTML which will
 be used
to bracket the selected widget content. PHP can also be used, but will only work
if parsing is enabled as described above.

### Examples

A few examples of the use of magic values in the ‘aside’ field.

    ```
    #232  
    ```

Display page 232 in the aside widget.

    ```
    !mydiv  
    ```

Remove the contents of `<div id='mydiv'>...</div>` from the current
 page and display
it in the aside widget.

    ```
    !!mydiv  
    ```

As above, but leave the content in the page.

    ```
    !!mydiv,<span style=”bigquote”>,</span>  
    ```

As above, but style the widget output in some special way.

## تصوير

 * [[
 * Widgets admin page showing aside widget in use.

## انسٽاليشن

 1. Place the zip archive in /wp-content/plugins.
 2. Unzip the archive (and then delete it if you wish).
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Use the widget like any other widget.

## FAQ

  There’s some kind of error on line 43!

That error means that your PHP code is incorrect or otherwise broken.

Bugs in this widget on line 43 are not possible. Any errors attributed to
 aside.
php at line 43 are errors in code you put into an aside value field. The reason 
that it shows the error being in aside.php is because that is where your code is
actually being run from. Please don’t email me about errors in aside.php on line
43.

## جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

## تعاون ڪندڙ & ڊولپرز

“Aside Widget” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

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

[ترجمو ڪريو “Aside Widget” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/aside)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/aside/)، چيڪ ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/aside/)،
يا رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/aside/)
پاران [RSS](https://plugins.trac.wordpress.org/log/aside/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### 0.9

Release.

## ميٽا

 *  Version **0.9**
 *  Last updated **15 سالَ اڳ**
 *  Active installations **10+**
 *  WordPress version ** 2.8 يا وڌيڪ **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/aside/)
 * Tags
 * [aside](https://snd.wordpress.org/plugins/tags/aside/)[conditional](https://snd.wordpress.org/plugins/tags/conditional/)
   [php](https://snd.wordpress.org/plugins/tags/php/)[pull-quote](https://snd.wordpress.org/plugins/tags/pull-quote/)
   [widget](https://snd.wordpress.org/plugins/tags/widget/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/aside/advanced/)

## درجه بندي

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/aside/reviews/)

## تعاون ڪندڙ

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

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/aside/)

## عطيو

ڇا توھان ھن پلگ ان جي ترقي ۾ مدد ڪرڻ چاھيو ٿا؟

 [ هن پلگ ان ڏانھن مدد ڪريو ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=preeve%40pdjr%2eu)