• Why Directorist
    • All Features
    • Solutions
    • Customer Showcase
    • Testimonials
  • Extensions
  • Themes
  • App
  • Resources
    • Documentations
    • Support Center
    • Contact Us
    • Roadmap
    • Beta
    • About Us
    • Team
  • Pricing
  • Blog
Sing In

Extensions

Installation

  • Installation
  • Activate/Renew License

Pricing Plans

  • Configuring Checkout Pages
  • Managing Orders
  • What are the differences between different listing plans?
  • Switching Plan
  • Submitting listings using a free package/plan
  • Listing Renew with Plan
  • Create a Plan
  • Display Plans
  • Directorist Pricing Plan Overview Video
  • Step By Step Guide

WooCommerce Pricing Plans

  • Creating Plans
  • Displaying Plans
  • Managing Orders
  • Video Walkthrough
  • Create WooCommerce Subscription
  • Step By Step Guide

Claim Listing

  • Overview
  • Initial Configuration
  • Permalinks & Default Pages
  • Monetization & Gateways
  • Setting up a price or plan
  • Display of Claim Listing
  • Moderating Claims
  • Notification Settings

PayPal Payment Gateway

  • PayPal Payment Gateway
  • Recurring Plan/Package

Stripe Payment Gateway

  • Stripe Payment Gateway

Business Hours

  • Overview
  • Key Features
  • Installation and Configuration
  • Builder Setup
  • Sidebar setup
  • How It Works

Listings Slider & Carousel Listing

  • Listings Slider & Carousel
  • Detailed Guideline

FAQs

  • Listing FAQs

Image Gallery

  • Overview
  • Installation & Configuration
  • Settings
  • Builder Setup

Google ReCAPTCHA

  • Google ReCAPTCHA

Social Login

  • Overview
  • Configure Google Client
  • Configure Facebook APP ID

Post Your Need

  • Overview
  • Shortcodes

Listings with Map

  • Overview
  • Configure

Directorist Booking

  • Installation
  • Configure
  • Service Booking
  • Rental System
  • Event Booking
  • Booking Payment Service (Coming Soon)
  • Split Payment System (Commission and Wallet)
  • Booking Refund

Directorist Live Chat

  • Install and Configure

Rank Featured Listings

  • How To Use Rank Feature Listing – A step by step guide

Compare Listing

  • Compare Listings Overview

Mark as Sold

  • Configuration
  • Installation and License Activation
  • Mark as Sold
  • Mark as Negotiating

Directorist Coupon

  • Installation and Activation
  • Create a Coupon
  • Publish a Coupon

Oxygen Builder

  • Getting Started
  • All Listings Page
  • Single Details
  • Single Taxonomy
  • All Taxonomies

BuddyBoss Integration

  • Overview
  • Installation and Configuration
  • Add Listings
  • Add Listings to Groups
  • How to use BB Message with Directorist

BuddyPress Integration

  • Overview
  • Installation and Configuration
  • Add Listings
  • Add Listings to Groups
  • How to use the BuddyPress Private Messaging in Directorist

Directorist - GamiPress Integration

  • How to earn points with GamiPress in Directorist
  • How to redeem points

Directorist WPML – Translation Guide

  • Directory Type Translation
  • Listings Translation
  • String Translation
  • Admin Text Translation
  • Directorist Pages Translation

Directorist Job Manager

  • Overview
  • Key Features
  • Installation
  • Builder Setup
  • Page Setup
  • Email template Setup

Directorist Marketplace

  • Directorist Marketplace

Directorist Ads Manager

  • Ads Manager Overview

Directorist Multi Directory Linking

  • Multi Directory Linking

Authorize.net Payment Gateway

  • Overview
  • Installation
  • Configuration
  • Settings

Directorist Helpgent Integration

  • Overview
  • Key Features
  • Installation
  • User Dashboard

Directorist Mailchimp Integration

  • Overview
  • Key Features
  • Installation
  • Configuration
  • Settings

Universal Search

  • Documentation
Overview

This extension adds a new layout view for listings, and search results pages where you can show listings and map side by side with advanced search form/filters. So users will see listings and filter options on the left side of the page and map with listing marker on right side of the page.

Shortcode: [directorist_all_listing view="listings_with_map" map_height="800"]

This shortcode has an additional parameter to customize the output. Let’s have a look at the available attribute/parameter and the available value with some description.

 

listings_with_map_columns:  This parameter is solely created for Listings with Map. It has two layout (2 column, 3 column) for displaying listings. You can specify the column number of the layout with this parameter. Default: 2. Options available : 2, 3. Example: [directorist_all_listing view="listings_with_map" map_height="800" listings_with_map_columns="3"]

Other than this attribute/parameter you can also use most of the attributes/parameters of the All listing page. All those available parameters/attributes are listed below→ 

Parameters:

  1. directory_type: If you are using multi directory feature then you can display all listings based on specific directory types. Example:
    [directorist_all_listing view="listings_with_map" directory_type="place"]
    Replace the directory_type with the slug name of the directory.
  2. order by: You can order all listings using this parameter. Options available : title, date,rand & price. The default is the date. Example:
    [directorist_all_listing view="listings_with_map" orderby="date"]
  3. order: You can sort all listings in ascending or descending order. Options available: asc | desc. The default is desc. Example:
    [directorist_all_listing view="listings_with_map" order="asc"]
  4. listings_per_page: You can set the number of listing to show per page using this parameter. The default is 6. Example:
    [directorist_all_listing view="listings_with_map" listings_per_page="6"]
  5. category: Display all listings of one or more categories. Use category slugs separated by a comma. Example:
    [directorist_all_listing view="listings_with_map" category="education,place,restaurant"]

Replace the values of the category with the slug name of the category.

  1. tag: Display all listings of one or more tags. Use tag slugs separated by a comma. Example
    [directorist_all_listing view="listings_with_map" tag="car,book,medicine"]

Replace the values of tag with the slug name of the tag.

  1. location: Display all listings of one or more locations by location slug. Use location slugs separated by a comma. Example:
    [directorist_all_listing view="listings_with_map" location="new-york, Michigan"]

Replace the values of location with the slug name of the location.

  1. ids: You can display listings by listing ids. Example:
    [directorist_all_listing view="listings_with_map" ids="1,2,5"] 

Replace the id with the id of your listings.

  1. featured_only: Display only featured listing. Options available: yes | no. Example:
    [directorist_all_listing view="listings_with_map" featured_only="yes"]
  2. logged_in_user_only: You can make all listings page only visible for logged-in users using this parameter. Options available: yes | no. Example:
    [directorist_all_listing view="listings_with_map" logged_in_user_only="no"]
  3. redirect_page_url: Forward/redirect all listings page using this parameter. Example:
    [directorist_all_listing redirect_page_url="www.aazztech.com"]
  4. popular_only: Display only popular listing. Options available: yes | no. Example:
    [directorist_all_listing view="listings_with_map" popular_only="yes"]
  5. header: You can show/hide the header area using these attributes. Options available: yes | no. Example:
    [directorist_all_listing view="listings_with_map" header="yes"]
  1. display_preview_image: You can show/hide listing preview images using this parameter. Available Options: yes|no.  Example
    [directorist_all_listing view="listings_with_map" display_preview_image="yes"]

show_pagination: You can show/hide pagination. Available Options: yes|no.  Example
[directorist_all_listing view="listings_with_map" show_pagination="yes"]

Last Updated: April 7th, 2022

Related Article

  • Configure

© 2025 All rights reserved