web_finder_column Shortcode

The web_finder_column shortcode allocates a grid column inside a legacy Finder row and holds Finder fields or result components. It can optionally keep its contents sticky while the surrounding results scroll.

The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.

Allowed child shortcodes: web_finder_content_map_field, web_finder_content_meta_key_field, web_finder_content_search_field, web_finder_content_taxonomy_field, web_finder_content_post_type_field, web_finder_content_order_field, web_finder_content_orderby_field, web_finder_content_author_field, web_finder_content_posts_per_page_field, web_finder_content_date_field, web_finder_content_submit_field, web_finder_content_reset_field, web_finder_content_results_field, web_finder_content_order_based_on_meta.

Allowed parent shortcodes: web_finder_row.

Usage

[web_finder_column]
Content
[/web_finder_column]

Attributes

Attribute Default Accepted values Purpose
sticky_col yes or empty Wraps the column content in the Finder's sticky-sidebar container.
device_visibility String unless stated otherwise Applies the selected responsive visibility rule.
el_class String unless stated otherwise If you wish to style a particular content element differently, then use this field to add a class name and then refer to it in your CSS file.
width Page Builder grid fraction Converts the selected fraction to a 12-column desktop grid width; an empty value uses the full width.

Enclosed content

Insert fields directly in the column through the Page Builder. The callback removes automatic paragraph wrappers, calculates the desktop column class from width, and applies the sticky wrapper only around this column's children.

Finder composition

The required hierarchy is web_finder_contentweb_finder_rowweb_finder_column → field or result component. A row handles grouping; this tag handles width and optional sticky behavior.

Verification

Confirm all sibling column fractions fit the row and that fields do not wrap unexpectedly. When sticky_col is enabled, test both short and long result sets so the column remains readable without covering the footer.