Title: Just Post Preview Widget
Author: Alex Prokopenko / JustCoded
Published: <strong>ऑक्टोबर 29, 2015</strong>
Last modified: मार्च 6, 2017

---

प्लगइन शोधा

![](https://ps.w.org/just-post-preview/assets/banner-772x250.png?rev=1470609)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://ps.w.org/just-post-preview/assets/icon-128x128.png?rev=1470609)

# Just Post Preview Widget

 [Alex Prokopenko / JustCoded](https://profiles.wordpress.org/aprokopenko/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/just-post-preview.zip)

 * [तपशील](https://mr.wordpress.org/plugins/just-post-preview/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/just-post-preview/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/just-post-preview/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/just-post-preview/#developers)

 [समर्थन](https://wordpress.org/support/plugin/just-post-preview/)

## वर्णन

This plugin is for developers who need easy to edit the complex layouts and insert
different post tile blocks inside the layout,
 sidebars or page builders. By default,
it has 3 pre-defined layouts; you can rewrite them in your theme or register custom
layouts. Unfortunately the pre-defined layouts have no styles inside. (Because they
will be overwritten in the theme 100% anyway).

#### Template files

To overwrite the pre-defined templates, you should create a folder with the name`“
just-post-preview”` in the root
 of your theme and copy required templates from 
the `/wp-content/plugins/just-post-preview/layous/` folder.

File names format: `jpp_layout_{layout key}.php`

You can find PHP comments on the top of the demo templates. They help your IDE to
show you autocomplete boxes for available variables.

#### Adding custom layout

To add a custom layout, you need to add a new filter hook in your theme functions.
php file:

    ```
    add_filter('jpp_post_preview_layouts', 'my_post_preview_layouts');
    function my_post_preview_layouts($layouts){
        $layouts['my_layout_key'] = 'My custom layout';
        return $layouts;
    }
    ```

After that hook you will need to create a template file in the `/path/to/theme/just-
post-preview` folder with the name `jpp_layout_my_layout_key.php`.

#### That’s all!

FILL FREE TO CONTACT ME IF YOU FIND ANY BUGS/ISSUES!

**ISSUES TRACKER**
 The project is also available on github. Please post your issues
or feedbacks there. https://github.com/aprokopenko/just-post-preview

## स्क्रीनशॉट

 * [[
 * Widget edit screenshot
 * [[
 * Using widget inside the SiteOrigin Page builder plugin

## स्थापना

 1. Download, unzip and upload to your WordPress plugins directory
 2. Activate the plugin within you WordPress Administration Backend
 3. That’s it – you can add a new widget now

## नेहमी विचारले जाणारे प्रश्न

  Installation Instructions

 1. Download, unzip and upload to your WordPress plugins directory
 2. Activate the plugin within you WordPress Administration Backend
 3. That’s it – you can add a new widget now

## समीक्षा

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

### 󠀁[i think it’s good](https://wordpress.org/support/topic/i-think-its-good/)󠁿

 [Alex Prokopenko / JustCoded](https://profiles.wordpress.org/aprokopenko/) मार्च
1, 2017

We use SiteOrigin Page Builder plugin in our development and usually you need to
add preview of some post or content on some landing page. This plugins adds ability
to do that very quickly. And you can customize it for each site with custom templates
in a 15 minutes.

 [ सर्व 1 पुनरावलोकन वाचा ](https://wordpress.org/support/plugin/just-post-preview/reviews/)

## योगदानकर्ते आणि विकसक

“Just Post Preview Widget” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या
निर्मितीत योगदान केले आहे.

योगदानकर्ते

 *   [ Alex Prokopenko / JustCoded ](https://profiles.wordpress.org/aprokopenko/)

[भाषांतर करा “Just Post Preview Widget” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/just-post-preview)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/just-post-preview/),
[SVN संग्रहालय](https://plugins.svn.wordpress.org/just-post-preview/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/just-post-preview/) च्या [RSS](https://plugins.trac.wordpress.org/log/just-post-preview/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### Version 1.1.1

    ```
    * Bug fix: Merged Pull Request from @rudibatt: missing break in templates load loop.
    ```

#### Version 1.1

    ```
    * New feature: Ability to search without specifying post type (beta)
    * New hook: You can control the templates source with new hook `jpp_post_preview_template`
    * Bug fix: PHP 7+ compatibility fix
    ```

#### Version 1.0

    ```
    * Plugin base with 3 pre-defined layouts
    ```

## मेटा

 *  आवृत्ती **1.1.1**
 *  शेवटचा अद्यतन **9 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 4.0 किंवा मोठा **
 *  परीक्षित केले आहे **4.8.28**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/just-post-preview/)
 * टॅग्ज:
 * [developer](https://mr.wordpress.org/plugins/tags/developer/)[layouts](https://mr.wordpress.org/plugins/tags/layouts/)
   [post preview](https://mr.wordpress.org/plugins/tags/post-preview/)[widget](https://mr.wordpress.org/plugins/tags/widget/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/just-post-preview/advanced/)

## मूल्यांकन

 5 पैकी ५ तारे.

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

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

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/just-post-preview/reviews/)

## योगदानकर्ते

 *   [ Alex Prokopenko / JustCoded ](https://profiles.wordpress.org/aprokopenko/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/just-post-preview/)