Skip to content

Removing title tags

scarstens edited this page Sep 24, 2012 · 2 revisions

Add this code snippet to your function.php file of your child theme.

add_filter('wlfw_before_title_output', 'wlfw_remove_page_title_h1s');