Title: Restaurant
Author: Justin Tadlock
Published: <strong>फेब्रुअरी 18, 2014</strong>
Last modified: फेब्रुअरी 18, 2014

---

प्लगिनहरू खोज्नुहोस्

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

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

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

# Restaurant

 [Justin Tadlock](https://profiles.wordpress.org/greenshady/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/restaurant.1.0.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/restaurant/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/restaurant/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/restaurant/#installation)
 * [विकास](https://ne.wordpress.org/plugins/restaurant/#developers)

 [सहायता](https://wordpress.org/support/plugin/restaurant/)

## विवरण

A plugin for setting up small restaurant sites. This plugin was created as a simple
base for theme authors to build custom restaurant themes. It also serves as a foundation
for other plugins to build from and add restaurant-related features. This plugin
merely handles a restaurant “menu”. In particular, it creates a ‘restaurant_item’
post type and ‘restaurant_tag’ taxonomy. Other plugins should be created to extend
the menu functionality.

### Themes

Currently, the following themes integrate with the Restaurant plugin:

 * [Ravintola](http://devpress.com/themes/ravintola/)

### Professional Support

If you need professional plugin support from me, the plugin author, you can access
the support forums at [Theme Hybrid](http://themehybrid.com/support), which is a
professional WordPress help/support site where I handle support for all my plugins
and themes for a community of 40,000+ users (and growing).

### Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow
the development of this plugin on it’s [GitHub repository](https://github.com/justintadlock/restaurant).

### Donations

Yes, I do accept donations. If you want to buy me a beer or whatever, you can do
so from my [donations page](http://themehybrid.com/donate). I appreciate all donations,
no matter the size. Further development of this plugin is not contingent on donations,
but they are always a nice incentive.

## स्क्रिनसटहरू

 * [[
 * Restaurant menu admin screen
 * [[
 * Ravintola theme using the plugin

## स्थापना

 1. Uzip the `restaurant.zip` folder.
 2. Upload the `restaurant` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _Restaurant_.

## प्रश्नोत्तर

  Why was this plugin created?

The purpose of the Restaurant plugin is to create a base for building restaurant
Web sites. At its core, it’s a plugin for mom-and-pop restaurants to handle basic
functionality like putting their menu online. However, it should serve as a base
for more advanced functionality.

  How do I use the plugin?

The restaurant menu functionality works just like posts and pages in WordPress. 
You’ll get a new “Restaurant” menu in the admin. From there, you can manage your
restaurant. Add-on plugins may also add new items to this menu.

  I’m getting a 404 when viewing menu items.

This can happen, but don’t worry. Simply visit the “Settings > Permalinks” page 
in your WordPress admin. This will flush the rewrite rules and correct the problem.
Just visit that admin screen. There’s no need to save.

  What post type and taxonomy names are used?

 * `restaurant_item` – Post type name for menu items.
 * `restaurant_tag` – Taxonomy name for tags.

  Can I create custom templates for this in my theme?

Yes. Absolutely. The following templates are useful:

 * `single-restaurant_item.php` – Single post view of a restaurant item.
 * `archive-restaurant_item.php` – Archive view of all restaurant items.
 * `taxonomy-restaurant_tag.php` – Restaurant tag archive view.

  How do I show the menu title in my theme?

This is a basic WordPress function. You simply need to use this code in your template:

    ```
    <?php post_type_archive_title(); ?>
    ```

  How do I show the menu description in my theme?

This is also basic WordPress functionality. Simply add this code to your template:

    ```
    <?php echo get_post_type_object( get_query_var( 'post_type' ) )->description; ?>
    ```

  Will you add feature X?

I highly encourage feedback on all features. The purpose of this plugin is to be
extremely lightweight and have minimal features. However, more advanced features
will be added in the form of add-on plugins. I already have several in mind, but
I’d really love to hear from you.

  Can I create an add-on plugin?

Certainly. If you’re a plugin developer, please get in touch with me. I want to 
build a robust developer and user community around this plugin. It has a ton of 
potential, especially when we start talking about all the cool features that we 
can add onto this and make for a great restaurant experience.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Restaurant” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

[“Restaurant” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/restaurant)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/restaurant/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/restaurant/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/restaurant/) हेर्नुहोस्, वा 
[विकास लग](https://plugins.trac.wordpress.org/log/restaurant/) को सदस्यता लिनुहोस्।

## चेन्जलग

### Version 1.0.0

 * Everything is new!

## मेटा

 *  संस्करण **1.0.0**
 *  पछिल्लो अपडेट **12 वर्ष अघि**
 *  सक्रिय स्थापना **40+**
 *  वर्डप्रेस संस्करण ** 3.7 वा उच्च **
 *  जाँच गरिएको **3.7.41**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/restaurant/)
 * ट्यागहरू
 * [custom post type](https://ne.wordpress.org/plugins/tags/custom-post-type/)[restaurant](https://ne.wordpress.org/plugins/tags/restaurant/)
   [taxonomy](https://ne.wordpress.org/plugins/tags/taxonomy/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/restaurant/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  2 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/restaurant/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/restaurant/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/restaurant/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/restaurant/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/restaurant/reviews/?filter=1)

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

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

## योगदानकर्ताहरू

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/restaurant/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](http://themehybrid.com/donate)