WordPress Business Directory Plugin

Create any kind of directory on your site, easily

  • Features
  • Pricing
  • Blog
  • Support
  • Login
  • Get Started

wpbd_column_count

Last Updated: November 20, 2020

  1. Home
  2. Knowledge Base
  3. Customizations
  4. Hooks - For Developers
  5. wpbd_column_count
Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.

Show the listings in a set a custom number of columns on the directory pages. Use 1, 2, 3, 4, or 6 columns.

Usage

add_filter('wpbd_column_count', 'wpbd_my_column_count');

Parameters

  • $columns (int) – The number of columns
  • $args (array)
    • $args['display'] (string) – excerpt or single

Examples

Use a 2 column layout

add_filter( 'wpbd_column_count', 'bd_set_column_count', 10, 2 );
function bd_set_column_count( $count, $atts ) {
	if ( $atts['display'] === 'excerpt' ) {
		$count = 2;
	}
	return $count;
}

Change Log

Added in version 5.8

Was this article helpful?

You must log in to vote
Yes No

Related Articles

  • wpbdp_get_page_ids
  • wpbdp_allow_template_override
  • wpbdp_use_template_[template id]
  • wpbdp_skip_page_1
  • wpbdp_settings_subtab_[subtab name]
  • wpbdp_thumbnail_html

Topics

  • Usage
  • Parameters
  • Examples
    • Use a 2 column layout
  • Change Log

Quick Links

  • Knowledge Base
  • Getting Started Guide
  • Change Log

Build Easy Directory Listings

Our WordPress directory plugin will help you create the online listings website you've been planning. And with our 14-day risk-free trial, there's no reason to wait.
Start earning customers today.

Get Business Directory Now

Resources

  • Blog
  • Contact
  • Video Tutorials
  • Affiliates
  • Best Directory Websites Showcase
  • Demo

Purchase

  • Pricing
  • Business Directory Themes
  • Free Business Directories

Our Brands

  • Formidable Forms
  • AWP Classifieds

Business Directory Plugin for WordPress

Copyright © 2010–2021 Strategy11 LLC
Privacy Policy | Terms of Service | Sitemap

Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started See User Reviews