You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest we set better body class names for the dynamic wrappers as many such as the page id don't really apply or make sense.
// This breaks Genesis, due to body class hooks (needs if statement)functionidxbroker_wrappers_wpbody_class_names( $classes) {
if ( 'idx-wrapper' == get_post_type() ) {
returnarray('idxbroker idxbroker-dynamic-wrapper dynamic-wrapper-'.get_the_title().'' );
} else { }
}
add_filter( 'body_class', 'idxbroker_wrappers_wpbody_class_names' );
The text was updated successfully, but these errors were encountered:
I suggest we set better body class names for the dynamic wrappers as many such as the page id don't really apply or make sense.
The text was updated successfully, but these errors were encountered: