'; } add_shortcode('divider_1', 'wpv_shortcode_divider_1'); function wpv_shortcode_divider_2() { return '
'; } add_shortcode('divider_2', 'wpv_shortcode_divider_2'); function wpv_shortcode_divider_3() { return ''; } add_shortcode('divider_3', 'wpv_shortcode_divider_3'); // adds a div with clear:both function wpv_shortcode_clearboth() { return ''; } add_shortcode('clearboth', 'wpv_shortcode_clearboth');