Title: Big Boom Directory
Author: bigboomdesign
Published: <strong>Marso 17, 2016</strong>
Last modified: Oktubre 18, 2025

---

Search plugins

![](https://ps.w.org/big-boom-directory/assets/banner-772x250.jpg?rev=1379015)

![](https://ps.w.org/big-boom-directory/assets/icon-256x256.png?rev=1379015)

# Big Boom Directory

 By [bigboomdesign](https://profiles.wordpress.org/bigboomdesign/)

[Download](https://downloads.wordpress.org/plugin/big-boom-directory.2.5.2.zip)

 * [Details](https://ceb.wordpress.org/plugins/big-boom-directory/#description)
 * [Reviews](https://ceb.wordpress.org/plugins/big-boom-directory/#reviews)
 *  [Installation](https://ceb.wordpress.org/plugins/big-boom-directory/#installation)
 * [Development](https://ceb.wordpress.org/plugins/big-boom-directory/#developers)

 [Support](https://wordpress.org/support/plugin/big-boom-directory/)

## Description

Big Boom Directory is a directory management plugin for WordPress that utilizes 
Custom Post Types, Taxonomies, and Fields. The plugin allows you to create a powerful
ecosystem within your WordPress site to showcase your listings and the data associated
with them.

### Petures

 * Create and manage custom post types and taxonomies from WP Admin. Post type settings
   include:
    - Post type labels
    - WP Admin menu icon and position
    - URL slug and post type name/handle
    - Basic query arguments like ‘Posts per page’, ‘Orderby’, and ‘Order’
    - Basic post type settings like ‘Public’ and ‘Has Archive’, ‘Supports’, and ‘
      Exclude From Search’
    - Support for REST API using ‘show_in_rest’ and ‘rest_base’ arguments
    - Use hooks to add your own post type settings
 * Add content using the WYSIWYG to act as the post type description for archive
   pages, and provide an option to show taxonomy term descriptions on term archive
   pages (for themes that don’t do this by default).
 * Pick and choose fields from Advanced Custom Fields groups to be displayed on 
   single and archive views. Compatible with both ACF and ACF Pro.
 * Choose image size and alignment for single and archive views with ACF image fields
 * Automatically detect URL and social media fields, converting them into links
 * Support for ACF and ACF Pro field types like checkboxes, image, date picker, 
   gallery field (with integration using Lightbox), Google Map, oEmbed
 * Full-featured advanced search widget with customizable filters and field selection
   for the search results display
 * Use hooks to further customize core functionality like post type editing and 
   registration, front end field display and value processing, and more

For more details, check out the plugin’s [GitHub](https://github.com/bigboomdesign/big-boom-directory)
page.

## Installation

 * Go To Plugins >> Add New
 * Either search for “Big Boom” or Upload the .zip file downloaded here.
 * Once installed, go to the `Directory` admin menu item and create your first post
   type
 * Once you have a post type, you can easily add posts to that post type or create
   taxonomies associated with your post type
 * We recommend using the [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields)
   plugin, which opens up a large set up functionality within Big Boom Directory
   regarding field placement for the single and archive views for your post types

## FAQ

None yet.

## Reviews

![](https://secure.gravatar.com/avatar/ae38f90c73c44908350c6c90dab65fc5d72a4d6ce384324e4179680db09a0b25?
s=60&d=retro&r=g)

### 󠀁[Very Powerful](https://wordpress.org/support/topic/very-powerful-31/)󠁿

 [John Dorner](https://profiles.wordpress.org/jdorner/) Setyembre 3, 2016

Amazing all the features this plugin has built in. Extremely easy to use.

 [ Read all 1 review ](https://wordpress.org/support/plugin/big-boom-directory/reviews/)

## Contributors & Developers

“Big Boom Directory” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ bigboomdesign ](https://profiles.wordpress.org/bigboomdesign/)
 *   [ GregGay ](https://profiles.wordpress.org/greggay/)

[Translate “Big Boom Directory” into your language.](https://translate.wordpress.org/projects/wp-plugins/big-boom-directory)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/big-boom-directory/),
check out the [SVN repository](https://plugins.svn.wordpress.org/big-boom-directory/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/big-boom-directory/)
by [RSS](https://plugins.trac.wordpress.org/log/big-boom-directory/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.4.9

 * Resolved archive views image alt text issue

#### 2.4.5

 * Resolved all the small fixed
 * Updated “Tested Up To” version 5.7

#### 2.4.4

 * Improve the implementation of shortcode builder with TinyMCE editor

#### 2.4.3

 * Add `show_in_rest` and `rest_base` settings for taxonomies to allow them to show
   in the block editor sidebar
 * Updated “Tested Up To” version 5.1

#### 2.4.2

 * Fixed issue with ACF 5.x (non-pro version): Fields not not being found when selecting
   a field group from the Edit Post Type screen

#### 2.4.1

 * Auto-detect URL fields and social fields (when applicable) within search widget
   results
 * Adding ability to filter labels for search widget fields
 * Bug fixes for post type edit screen and internal post query

#### 2.4.0

 * Add option for each post type to show in REST and adjust REST base
 * Add option to order a post type’s posts by Modified Date
 * Improved backward compatibility down to WP 3.5
 * Changed the text domain to match plugin folder name

#### 2.3.0

 * Add support for `posts_per_page` query argument
 * Add ability to change post type supported features from within the UI
 * Add option to insert term descriptions on term archive pages
 * Quick link to view post type archive from within WP Admin menu
 * Add actions to insert content before and after the search widget container
 * Add filter to modify the auto-generated post excerpt on non-core WP views (like
   search widget results)
 * Bug fix: supress the before/after description hooks for post types and terms 
   with no description
 * Bug fix for settings page: hide custom field key when not applicable
 * Bug fix: custom images sizes now show up in plugin settings and post type settings
 * Bug fix: search widget results would previously display fields multiple times
   in certain cases

#### 2.2.1

 * Improve support for ACF Pro
 * Nest hierarchical terms in search widget
 * Bug fix for 404 on single view when missing `orderby` field value
 * Bug fix for TinyMCE shortcode builder

#### 2.2.0

 * Added a shortcode builder for the TinyMCE editor
 * Cache the database calls that get post type data for each page load
 * Updates to search widget
    - Added option to show the widget on the search results page
    - Add action for adding additional field types in backend search widget form
    - Add actions to insert content before and after front end search filters
    - Add filter for the WP_Query arguments on the search results page
    - Added action that executes after each search widget form instance is loaded
      in WP Admin
    - Show all search results instead of the default of 10
 * Added support for Google Map field type in ACF
 * Add hookable actions before and after the fields wrap element
 * Remove row actions when viewing post types in the trash
 * Bug fix for plugin action links
 * Updated dependencies
    - CMB2 (2.2.1)
    - Extended CPT’s (3.0.1)

#### 2.1.0

 * Flush rewrite rules whenever a slug is added/deleted/updated for a post type 
   or taxonomy
 * Add support for ACF checkbox fields
 * Added option to show or hide post types in the WP Admin menu
 * Added `bbd_the_excerpt` filter for archive views instead of using `bbd_the_content`
 * Improve row links for post type and taxonomy backend listing screens
 * Limit the “View Post Type” link in the admin bar to those that are public and
   have an archive
 * Make ‘right’ the default image alignment image fields
 * Bug fix for multisite plugin action links
 * Bug fix for search widget in WP Theme Customizer
 * Add Big Boom logo for Directory post type icon
 * Moved taxonomy name/handle into the Advanced Taxonomy Settings meta box

#### 2.0.0

Initial release

## Meta

 *  Version **2.5.2**
 *  Last updated **6 bulan ago**
 *  Active installations **100+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/big-boom-directory/)
 * Tags
 * [custom fields](https://ceb.wordpress.org/plugins/tags/custom-fields/)[custom post type](https://ceb.wordpress.org/plugins/tags/custom-post-type/)
   [directory](https://ceb.wordpress.org/plugins/tags/directory/)[post type](https://ceb.wordpress.org/plugins/tags/post-type/)
   [taxonomy](https://ceb.wordpress.org/plugins/tags/taxonomy/)
 *  [Advanced View](https://ceb.wordpress.org/plugins/big-boom-directory/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/big-boom-directory/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/big-boom-directory/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/big-boom-directory/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/big-boom-directory/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/big-boom-directory/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/big-boom-directory/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/big-boom-directory/reviews/)

## Contributors

 *   [ bigboomdesign ](https://profiles.wordpress.org/bigboomdesign/)
 *   [ GregGay ](https://profiles.wordpress.org/greggay/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/big-boom-directory/)