• 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
Shortcodes
Post Your Need comes with a couple of shortcodes for displaying the listings. They have a number of parameters to customize the output. All of these parameters are optional. If you do not use any parameters in the shortcode then the default settings ( Directory Listings > Directory Settings > Extensions Settings > Need Listing page ) will be applied. Let’s have a look at the available shortcodes and their parameters with some description: .

All Needs : [directorist_all_needs]

This shortcode displays all need listings. 

Parameters:

  1. orderby : You can order all needs using this parameter. Options available : title, date & price. Default is date. Example: [directorist_all_needs orderby=”date”].
  2. posts_per_page: You can set the number of needs to show per page using this parameter. Default is 6. Example: [directorist_all_needs posts_per_page=”6″].
  3. columns: You can set the number of columns of the grid view layout using this attribute. Example [directorist_all_needs columns=”3″].
  4. show_pagination: You can show/hide pagination. Available options: yes|no.  Example [directorist_all_needs show_pagination=”yes”].
  5. display_budget: You can show/hide budget field. Available options: yes|no.  Example [directorist_all_needs display_budget=”yes”].
  6. display_category: You can show/hide category field. Available options: yes|no.  Example [directorist_all_needs display_category=”yes”].
  7. display_author: You can show/hide author field. Available options: yes|no.  Example [directorist_all_needs display_author=”yes”].
 

Need Categories : [directorist_need_categories]

This shortcode displays all categories of need listings.

Parameters:

  • view: You can display all categories in a list layout or grid layout. Available Options: list | grid view. The default value is grid. Example: [directorist_all_categories view=”grid”].
  • orderby: You can order all categories using this attribute. Available Options : id | count | name | slug. The default is id. Example: [directorist_all_categories orderby =”id”] .
  • order: You can sort all categories in ascending or descending order using this attribute. Available Options: asc | desc. Default is asc. Example: [directorist_all_categories order=”asc”].
  • logged_in_user_only: You can make all categories page only visible for logged in user using this parameter. Options available: yes | no. Example: [directorist_all_categories logged_in_user_only=”no”].
  • redirect_page_url: Forward/redirect all categories page using this parameter. Example: [directorist_all_categories redirect_page_url=”www.aazztech.com”].
  • columns: You can set the number of columns of the grid view layout using this attribute. Example [directorist_all_categories columns=”3″]
  • cat_per_page: You can set the number of categories to show per page using this parameter. Default is 100. Example: [directorist_all_categories cat_per_page=”6″].
  • slug: You can display specific categories using this parameter. Use category slugs separated by a comma. Example: [directorist_all_categories slug=”food”].
 

Need Locations : [directorist_need_locations]

This shortcode displays all locations of need listings.

Parameters:

  • view: You can display all locations in a list layout or grid layout. Available Options: list | grid view. The default value is grid. Example: [directorist_all_locations view=”grid”].
  • orderby: You can order all locations using this attribute. Available Options : id | count | name | slug. The default is id. Example: [directorist_all_locations orderby =”id”] .
  • order: You can sort all locations in ascending or descending order using this attribute. Available Options: asc | desc. Default is asc. Example: [directorist_all_locations order=”asc”].
  • logged_in_user_only: You can make all locations page only visible for logged in user using this parameter. Options available: yes | no. Example: [directorist_all_locations logged_in_user_only=”no”].
  • redirect_page_url: Forward/redirect all locations page using this parameter. Example: [directorist_all_locations redirect_page_url=”www.aazztech.com”].
  • columns: You can set the number of columns of the grid view layout using this attribute. Example [directorist_all_locations columns=”3″]
  • loc_per_page: You can set the number of locations to show per page using this parameter. Default is 100. Example: [directorist_all_locations loc_per_page=”6″].
  • slug: You can be displayed any locations by this attribute. Example: [directorist_all_categories slug=”usa”].
 

Last Updated: August 30th, 2020

Related Article

  • Overview

© 2025 All rights reserved