arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Remore automatic "lead" class on content #193

Closed badrobotbrain closed 10 years ago

badrobotbrain commented 10 years ago

Is there any way to stop the theme from automatically inserting class="lead" on the first paragraph of the post and page content?

badrobotbrain commented 10 years ago

I sorted this out. Basically, you need to remove lines 357 – 367 from functions.php

It would be nice if this were integrated into the editor as a shortcode instead of forcing it across the board.