Title: A5 Recent Post Widget
Author: tepelstreel
Published: <strong>24 ਫਰਵਰੀ 2014</strong>
Last modified: 9 ਅਪ੍ਰੈਲ 2016

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/a5-recent-posts/assets/banner-772x250.png?rev=864326)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/a5-recent-posts/assets/icon-128x128.png?rev=1014657)

# A5 Recent Post Widget

 [tepelstreel](https://profiles.wordpress.org/tepelstreel/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/a5-recent-posts.2.6.1.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/a5-recent-posts/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/a5-recent-posts/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/a5-recent-posts/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/a5-recent-posts/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/a5-recent-posts/)

## ਵੇਰਵਾ

Yet another recent post widget. It shows the last post of your blog, where and how
you want. You can define, on which pages of your site it shows and whether you want
to show a post thumbnail or not. Decide, whether the links go to the post, to the
attachment page or simply to a file. You can style the links in the plugins settings
and each widget container differently.

The plugin was tested up to WP 4.5 and should work with versions down to 2.7 but
was never tested on those.

## ਸਕਰੀਨਸ਼ਾਟ

 * [[
 * The plugin’s work on our testingsite
 * [[
 * The widget’s settings section
 * [[
 * The plugin’s settings section

## ਸਥਾਪਤੀਕਰਨ

 1. Upload the `a5-recent-posts` folder to the `/wp-content/plugins/` directory
 2. ਵਰਡਪ੍ਰੈਸ ‘ਚ ਵਾਧੇ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰਨ ਲਈ ਸੂਚੀ ‘ਚੋਂ ‘ਵਾਧੇ’ ਚੁਣ ਕੇ ਕਰੋ।
 3. Place and customize your widgets
 4. Define the style of the links in the settings section

## ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

  I styled the widget container myself and i looks bad. What do I do?

The styling of the widget requires some knowledge of css. If you are not familiar
with that, try adding

    ```
    padding: 10px;
    margin-bottom: 10px;
    ```

to the style section.

  My widget should have rounded corners, how do I do that?

Add something like

    ```
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    ```

  My widget should have a shadow, how do I do that?

Add something like

    ```
    -moz-box-shadow: 10px 10px 5px #888888;
    -webkit-box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;
    ```

  I styled the links of the widget differently, but the changes don’t show, what
now?

Most of the time you will have to use the styles like that:

‘font-weight: bold !important;
 color: #0000dd !important;’

Since the stylesheet of the theme will have highest priority, you will have to make
your styles even more important in the hierarchy.

## ਸਮੀਖਿਆਵਾਂ

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

### 󠀁[Really, I give it 4.75 stars](https://wordpress.org/support/topic/really-i-give-it-475-stars/)󠁿

 [thewriteamerica](https://profiles.wordpress.org/thewriteamerica/) 3 ਸਤੰਬਰ 2016

The only knock I have on this plug-in is that I did not find the settings intuitive
right at the start. It took me a little bit of time to set things up how I wanted.
But it does offer great flexibility and once you do get it set up, it will do exactly
what you want it to.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/a5-recent-posts/reviews/)

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“A5 Recent Post Widget” is open source software. The following people have contributed
to this plugin.

ਯੋਗਦਾਨੀ

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

“A5 Recent Post Widget” has been translated into 23 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/a5-recent-posts/contributors)
for their contributions.

[“A5 Recent Post Widget” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/a5-recent-posts)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/a5-recent-posts/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/a5-recent-posts/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/a5-recent-posts/)
by [RSS](https://plugins.trac.wordpress.org/log/a5-recent-posts/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### 2.6.1

 * Added debug options to framework

#### 2.6

 * Adjustments in framework
 * WP 4.5 ready

#### 2.5.6

 * Adjustments in framework
 * WP 4.3 ready

#### 2.5.5

 * small bugfix with visability

#### 2.5.4

 * Adjustments in Framework
 * More raliable with galleries

#### 2.5.3

 * Adjustments in Framework

#### 2.5.2

 * Adjustments in Framework

#### 2.5.1

 * You can now set the length of the excerpt

#### 2.5

 * DSS more flexible
 * Ability to show as many posts as you like

#### 2.4.3

 * Mistakes in image class fixed

#### 2.4.2

 * More accurate image fetching, if there’s no featured image of the post

#### 2.4.1

 * Added compressible DSS

#### 2.4

 * All ‘Divided by Zero’ errors should be eliminated

#### 2.3

 * Some Finetuning of the framework; more foolproof

#### 2.2

 * Framework adjusted, better recognition of images

#### 2.1

 * Features added, framework adjusted

#### 2.0

 * Release into the wild

#### 1.0

 * Initial release upon request

## ਮੈਟਾ

 *  Version **2.6.1**
 *  Last updated **10 ਸਾਲ ਪਹਿਲਾਂ**
 *  Active installations **10+**
 *  WordPress version ** 2.7 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **4.5.33**
 *  Languages
 * [Basque](https://eu.wordpress.org/plugins/a5-recent-posts/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/a5-recent-posts/),
   [English (UK)](https://en-gb.wordpress.org/plugins/a5-recent-posts/), [English (US)](https://wordpress.org/plugins/a5-recent-posts/),
   [Esperanto](https://eo.wordpress.org/plugins/a5-recent-posts/), [Finnish](https://fi.wordpress.org/plugins/a5-recent-posts/),
   [French (Belgium)](https://fr-be.wordpress.org/plugins/a5-recent-posts/), [German](https://de.wordpress.org/plugins/a5-recent-posts/),
   [Greek](https://el.wordpress.org/plugins/a5-recent-posts/), [Hindi](https://hi.wordpress.org/plugins/a5-recent-posts/),
   [Irish](https://ga.wordpress.org/plugins/a5-recent-posts/), [Malay](https://ms.wordpress.org/plugins/a5-recent-posts/),
   [Panjabi (India)](https://pan.wordpress.org/plugins/a5-recent-posts/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/a5-recent-posts/),
   [Romanian](https://ro.wordpress.org/plugins/a5-recent-posts/), [Russian](https://ru.wordpress.org/plugins/a5-recent-posts/),
   [Serbian](https://sr.wordpress.org/plugins/a5-recent-posts/), [Slovenian](https://sl.wordpress.org/plugins/a5-recent-posts/),
   [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/a5-recent-posts/), 
   [Spanish (Guatemala)](https://es-gt.wordpress.org/plugins/a5-recent-posts/), 
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/a5-recent-posts/), [Swedish](https://sv.wordpress.org/plugins/a5-recent-posts/),
   [Ukrainian](https://uk.wordpress.org/plugins/a5-recent-posts/), ਅਤੇ [Welsh](https://cy.wordpress.org/plugins/a5-recent-posts/).
 *  [ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ](https://translate.wordpress.org/projects/wp-plugins/a5-recent-posts)
 * Tags
 * [newspaper](https://pan.wordpress.org/plugins/tags/newspaper/)[post](https://pan.wordpress.org/plugins/tags/post/)
   [recent post](https://pan.wordpress.org/plugins/tags/recent-post/)[sidebar](https://pan.wordpress.org/plugins/tags/sidebar/)
   [widget](https://pan.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://pan.wordpress.org/plugins/a5-recent-posts/advanced/)

## ਦਰਜਾਬੰਦੀ

 4.7 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/a5-recent-posts/reviews/)

## ਯੋਗਦਾਨੀ

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

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/a5-recent-posts/)

## ਦਾਨ ਦਿਉ

Would you like to support the advancement of this plugin?

 [ ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਾਨ ਦਿਉ ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YGA57UKZQVP4A)