1. Home
  2. Addons
  3. Multiratings

Multiratings


Introduction
Installation
Settings
Design
Support
FAQ – Frequently Asked Questions

Introduction

Your directory can use Multiratings and Reviews to add specialty ratings in addition to the overall rating that comes with the GeoDirectory core plugin. When users submit reviews they can add their perspective on your listings, and each rating can have an individual style.

See more here: https://wpgeodirectory.com/downloads/multiratings-and-reviews/

Installation

Preparation

Check to be sure you have the following plugins installed before you get started.

Installation

  1. Download the Addon from your account.
  2. Install the Addon.

Settings

Design

Customize

Read more about customizing with CSS and PHP snippets.

PHP Snippet – Remove ‘website’ field from comment form


function gd_disable_comment_url($fields) { 
    unset($fields['url']);
    return $fields;
}
add_filter('comment_form_default_fields','gd_disable_comment_url');

Get Support

Get support on our forum, fnd out more here: https://wpgeodirectory.com/docs-v2/v2/support/

FAQ – Frequently Asked Questions

Was this helpful to you? Yes No 4