Linux 软件免费装
Banner图

WP Review Restaurant

开发者 kishores
更新时间 2017年1月18日 00:18
捐献地址: 去捐款
PHP版本: 3.8 及以上
WordPress版本: 4.7

标签

restaurant restaurants restaurant listing restaurant board

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6

详情介绍:

WP Review Restaurant is a lightweight plugin for adding restaurant reviews functionality to your WordPress site. Being shortcode based, it can work with any theme (given a bit of CSS styling) and is really simple to setup.
We are woking on completely new version of it. It is still in beta. Restaurants Listings We are not supporting this plugin any more.Thanks
Features The plugin comes with several shortcodes to output restaurants in various formats. NOTE: Currently it supports only one resturant type. Demo:

安装:

Automatic installation Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New. In the search field type "WP Review Restaurant" and click Search Plugins. Once you've found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by clicking Install Now. Manual installation The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. Getting started Once installed:
  1. Create a page called "restaurants" and inside place the [restaurants] shortcode. This will list your restaurants.
Note when using shortcodes, if the content looks blown up/spaced out/poorly styled, edit your page and above the visual editor click on the 'text' tab. Then remove any 'pre' or 'code' tags wrapping your shortcode. Template overrides Within the plugin folder there is a ‘templates’ directory where frontend views are stored. This includes, for example, the form and form fields. These templates get loaded by plugin when it needs to display content. Overriding templates via a theme Template files can be overridden via your theme should you wish to customise them. To override a template, move it to yourtheme/review_restaurant/, keeping the path within ‘templates’ intact. For example, if I wanted to override pagination.php I would move it to mytheme/review_restaurant/pagination.php and edit my theme’s version. Please note, if these files are updated in the core plugin, you may need to update your custom version in the future to maintain compatibility. Therefore it is advised to only override the template files you need to customise. Overriding templates through code Plugin developers can also override templates by filtering the ‘review_restaurant_locate_template’ filter.
return apply_filters( 'review_restaurant_locate_template', $template, $template_name, $template_path );
Returning your own template path will override all others.

屏幕截图:

  • screenshot-1.png
  • screenshot-2.png

升级注意事项:

1.4
  • We are working on a new plugin, so dumping this version soon.
1.3
  • Added restaurant options for search and bug fix
1.2
  • Added restaurant colors options.
1.1
  • Added review count.
1.0
  • First stable release.

更新日志:

1.4 1.3 1.2 1.1 1.0