Problem testing theme API plugin method

Posted in: Newspaper
Post count: 45

Hi,

I am testing this theme API Plugin to make my own block and then edit their CSS styles.

I only added this in the original code:


            <?php $subtitulo = get_post_meta( $this->post->ID, 'subtitulo', true ); ?>
            <?php if (!empty($subtitulo)) { ?>
                <p class="td-post-sub-title"><?php echo $subtitulo; ?></p>
            <?php } ?>

            <div class="td-excerpt">
                <?php echo $this->get_excerpt(); ?>
            </div>

But, when i put an image in one news, a big white space appear in other news like you can see in the image bellow.

white space

Post count: 45

Here another image:

another image

Post count: 7909

Hi,

Please try with this code – https://forum.tagdiv.com/topic/legend-in-the-titles-of-the-homepage/ it should work fine.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.