-
AuthorPosts
-
December 16, 2014 at 6:57 pm #165970
Please see this image.
http://grab.by/D9COHere is the link to the page.
http://www.splitlightdesigns.com/dcc/becoming-a-member-of-the-dallas-camera-club/Many thanks,
HoustonDecember 17, 2014 at 4:56 am #166227Hi Houston,
Try removing the next line and extra space.
eg.
[Columnize]Becoming a memberHope that helps.
December 17, 2014 at 2:23 pm #166605tried that too. Same thing.
WP keeps putting it on a new line and forces a empty <p>. So do I ahve to do a hack here and put a negative margin on the <h4> tag?
becoming a member is in an H4 tag.
Many thanks,
HoustonDecember 18, 2014 at 1:45 am #166864Hey Houston,
Please try adding the code below in your functions.php.
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );
Hope that helps. 🙂
December 30, 2014 at 3:49 pm #173734Nope, same thing. How frustrating. This has to be a problem for me than just me right? There has to be others using the columize shortcode and also use a <hx> tag at the beginning of their content.
Any other thoughts to get rid of this empty <p> tag?
Many thanks,
HoustonDecember 30, 2014 at 11:07 pm #173913Hey Houston,
Please give us access to your WordPress admin so we could see the setup of your page.
Thanks.
-
AuthorPosts