Directorist Getting Started Directorist Overview with Setup Wizard Installation Setting Up the Required Pages Managing Categories Managing Location Terms and Conditions Setup CSV Import/Export Listings Management Adding a listing from the frontend & backend Guest listing submission Listings Sidebar Category Archive Location Archive General Listing Settings Multiple Directories All Listings Management Monetization Monetization Overview General Configurations Test your configuration Managing Orders Currency Settings Gateway Settings Search and Filter Settings Search Listing Page Setup Advanced Filter in Search Result Page Advanced Search and Filter Advanced Filter in Search Listings Form Search Result Page Setup Advanced Filter in All Listings Page Advanced Filter Widget Customization Registration and Login Customization Single Listing Page Customization All Listings Page Customization Badges Styling Adding Widgets Email Template Customize Color settings Custom Fields On Add Listing Page Shortcodes Add Listing Page All Listings Page Single Category Page Tags Page All Locations Page Search Results Login and Registration Payment & Checkout Page All Categories Page Single Location Page Search Listings User Dashboard Author Profile All Authors Advanced Settings Search Engine Optimization (SEO) Configuring Maps Review Management Translating Directorist Map View Help and Support Sending Announcements Developers Guide Action Hooks Filter Hooks Template Override Articles How to perform a plugin conflict test How to Fix Export Issues in Directorist Default Import/Export Tool Directory Builder Form and Layout Builder Single Listings Layout Multiple Directories All Listing Card Layout Search Form Layout Custom Single Listing Page Tags Page You can display all listings of a single tag using the following shortcode. Remember, if you visit the page after adding this [directorist_tag] shortcode directly, you will see something like this ‘No Results Found.’ message. It is because the Directorist plugin will use the page with this shortcode to display all listings of a specific tag dynamically when a user clicks on a single tag anywhere on your website. In other words, this page is not for direct access so it is better not to include the page with this shortcode in the nav menu. Single Tag Shortcode: [directorist_tag] The shortcode [directorist_tag] has a number of parameters to customize the output. Let’s have a look at the available attributes/parameters and their available values with some description. Attributes/Parameters: view: You can display all listings of a tag in a list layout or grid layout. Available Options: list and view. The default value is the grid. Example: [directorist_tag view="grid"] order by: You can order all listings of a tag using this parameter. Options available: title, date & price. The default is the date. Example: [directorist_tag orderby="date"] order: You can sort all listings of a tag in ascending or descending order. Options available: asc | desc. The default is asc. Example: [directorist_tag order="asc"] listings_per_page: You can set the number of listing to show per page using this parameter. The default is 6. Example: [directorist_tag listings_per_page="6"] logged_in_user_only: You can make the single tag only visible for the logged-in users using this parameter. Options available: yes | no. Example: [directorist_tag logged_in_user_only="no"] redirect_page_url: Forward/redirect the single tag page using this parameter. Example: [directorist_tag redirect_page_url="www.aazztech.com"] header: You can show/hide header area using these attributes. Options available: yes | no. Example: [directorist_tag header="yes"] header_title: You can customize the header title using this parameter. For example [directorist_tag header_title="All items under this tag"] columns: You can set the number of columns of the grid view layout using this attribute. Example [directorist_tag columns="3"] show_pagination: You can show/hide pagination. Available Options: yes|no. Example [directorist_tag show_pagination="yes"] map_height: You can customize the height of the map view layout using this attribute. Example [directorist_tag map_height="350"] Bonus tips: Suppose your single tag page URL is like this (https://yourwebsite.com/single-tag-page-url) and you have two tags BMW and Nissan. Then you can display/view all listings under the BMW tag by visiting https://yourwebsite.com/single-tag-page-url/bmw and view all listings/cars by Nissan by visiting https://yourwebsite.com/single-tag-page-url/nissan. Now you may have noticed how this single tag page works dynamically. So basically it works like this. https://yourwebsite.com/single-tag-page-url/{tag_name} NB: You may be wondering if there is a shortcode to display all directorist tags. The reality is there is no shortcode for displaying all tags. It is because people usually do not need it. However, you can display all tags using the directorist tags widget which can be found in the WordPress Dashboard → Appearance → Widgets page. Last Updated: June 1st, 2020 Related Article All Authors Author Profile User Dashboard