Empty paragraphs being output
-
I am testing the plugin by creating this block.php in Genesis Sample child theme:
<div class="genesis-custom-block <?php block_field('className'); ?>"> <h3 class="example-block-title"><?php block_field( 'title' ); ?></h3> <p><?php block_field( 'description' ); ?></p> <a href="<?php block_field( 'button-link' ); ?>"><?php block_field( 'button-text' ); ?></a> </div>
The HTML output is having empty paragraph elements like this: https://d.pr/i/9CZ0q6.
Any idea?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Empty paragraphs being output’ is closed to new replies.