Varan Bhat Loncha Kon Nay Koncha [verified] -

माहीत नाही की तुम्हाला नेमकं काय हवा आहे—"वराण भात लोणचं कोण नाय कोणचा" या शीर्षकावर गहन लेख हवाय का; काव्य, निबंध, सामाजिक-नैतिक चर्चेचा निबंध, की सांस्कृतिक-खाद्यदिग्दर्शन? मी एक प्रकार समजून पुढे लिहित आहे: हे शीर्षक म्हणजे "परंपरा आणि बदल—वराण भात आणि लोणच्याच्या आधारे ओळख आणि नाते" असा गहन निबंध. जर हे ठीक नसेल तर बदल सांगा.

Realizing the wisdom, the four friends admitted they’d all been reckless. Together, they mended the pot and contributed equally to buy a new one. From that day, before every meal, they repeated the phrase to remind themselves: Varan Bhat Loncha Kon Nay Koncha

The phrase hinges on the word Loncha . Without the pickle, Varan Bhat is just hospital food—nutritious, boring, sad. With the Loncha , it becomes a battle. Realizing the wisdom, the four friends admitted they’d

Eating Varan Bhat Loncha is a sensory ritual. Here is the authentic method according to Marathi grandmothers ( Aajis ): Without the pickle, Varan Bhat is just hospital

Based on a story by the late Marathi playwright and journalist , the film offers a brutal, unfiltered look at the cost of survival in Mumbai’s impoverished chawls. The Plot: A Cycle of Brutality

In a world of curated Instagram diets—Keto, Vegan, Gluten-free—Varan Bhat laughs in the face of exclusion. It is inherently vegan (unless you add ghee), gluten-free, and low-fat. The phrase "Kon Nay Koncha" is a challenge to modern dietary arrogance. It says: “You can keep your superfoods. This is nutrition that has sustained 100 million people for 1000 years. Who doesn’t want exactly this?”

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>