Title: Bake Posts
Author: wpnaga
Published: <strong>اگست 8, 2014</strong>
Last modified: جون 11, 2019

---

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

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

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

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

# Bake Posts

 منجانب [wpnaga](https://profiles.wordpress.org/wpnaga/)

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

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

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

## تفصیل

Bake post is developed in order to display posts in pages or in widget areas just
by pasting the respective shortcodes. Individual shortcodes are available for displaying
recent posts, posts on categories and tags. It has a feature to display featured
image as a thumbnail. Shortcode generator is also available to generate shortcodes
according to requirement.

Shortcodes for displaying Recent Posts are

1.[bake-post-recent limit=5 excerpt=”no” featured_image=”yes”]

2.[bake-post-recent limit=5 excerpt=”yes”]

These two short codes can be used to display recent posts. Excerpt option can be
used to display description as excerpt or full content. Featured Image can also 
be displayed by setting featured_image=”yes” in the shortcode.

Shortcodes for displaying Posts on category are

3.[bake-post-category term=’slug’ category=’all’ limit=5 excerpt=”no” featured_image
=”yes”]

4.[bake-post-category term=’slug’ category=’all,stories’ limit=5 excerpt=”yes”]

5.[bake-post-category term=’id’ category=’1′ limit=5 excerpt=”yes” featured_image
=”no”]

6.[bake-post-category term=’id’ category=’1,2,3′ limit=5 excerpt=”no”]

Term values differs from "id” or "slug”. If Slug is used, category value should 
be category slug values. For example, if your category name is short stories, Slug
will be short-stories. We can use multiple slug values seperated by commas. If id
is used, category value should be category id values. For example, We can use multiple
id values seperated by commas.Featured Image can also be displayed by setting featured_image
=”yes” in the shortcode.

Shortcodes for displaying Posts on Tags are

7.[bake-post-tags term=’slug’ tag=’tag1′ limit=5 excerpt=”yes”]

8.[bake-post-tags term=’id’ tag_id=’1,2,3′ limit=5 excerpt=”no”]

Featured Image can also be displayed by setting featured_image=”yes” in the shortcode.

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

[⌊Screenshot of shortcode generator page.⌉⌊Screenshot of shortcode generator page
.⌉[

Screenshot of shortcode generator page.

[⌊Screenshot of pasting the generated shortcode in add new post page.⌉⌊Screenshot
of pasting the generated shortcode in add new post page.⌉[

Screenshot of pasting the generated shortcode in add new post page.

[⌊Showing the post page displaying recent posts.⌉⌊Showing the post page displaying
recent posts.⌉[

Showing the post page displaying recent posts.

## انسٹالیشن

1.Upload the bake-post directory to the /wp-content/plugins/ Directory (if not exists
please create) or install using wordpress plugin installer

2.Activate the plugin through the ‘Plugins’ menu in WordPress

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

  Is it possible to use two shortcodes in a single page?

Yes. You can use any number of shortcodes.

  Where can I use these shortcodes?

You can use in your page,post and widget areas.

  Is it possible to display post published date?

Yes. Generate shortcodes using shortcode generator where you can hide and show published
dates.

  Is it possible to display author and category of posts?

Yes.

  How to change number of characters to be displayed in description?

We can specify the character limit easily in the shortcode builder.

## جائزے

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

### 󠀁[Brilliant!](https://wordpress.org/support/topic/brilliant-533/)󠁿

 [iadzemovic](https://profiles.wordpress.org/iadzemovic/) ستمبر 3, 2016

Been looking for this plugin for so long! Shortcodes forever! This is brilliant!
Thank you!

 [ تمام 3 جائزے پڑھیں ](https://wordpress.org/support/plugin/bake-posts/reviews/)

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

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

شراکت دار

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

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

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

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

## چینج لاگ

#### 2.2

 * Included Author,Category and published date
 * Included Character limit for excerpts
 * Bug fixes

#### 2.1

 * Shortcode generator is included.
 * Displays Featured Image also.
 * Recent posts
 * Posts based on category
 * Posts based on tags
 * Title only, Excerpt, Content can be displayed

## میٹا

 *  Version **2.2**
 *  Last updated **7 سال پہلے**
 *  Active installations **30+**
 *  WordPress version ** 3.0.1 یا اس سے جدید **
 *  Tested up to **5.2.26**
 *  Language
 * [English (US)](https://wordpress.org/plugins/bake-posts/)
 * Tags
 * [category post](https://ur.wordpress.org/plugins/tags/category-post/)[id](https://ur.wordpress.org/plugins/tags/id/)
   [recent post](https://ur.wordpress.org/plugins/tags/recent-post/)[slug](https://ur.wordpress.org/plugins/tags/slug/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/bake-posts/advanced/)

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

 5 out of 5 stars.

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

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

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

## شراکت دار

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

## معاونت

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

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