We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd4609d + 56ca68e commit 3ff47f2Copy full SHA for 3ff47f2
1 file changed
templates/site-card.php
@@ -61,8 +61,8 @@
61
<div class="xe-user-name overflowClip_1">
62
<strong><?php the_title() ?></strong>
63
</div>
64
- <p class="overflowClip_2"><?php echo get_post_meta($post->ID, '_sites_sescribe', true) ?></p>
+ <p class="overflowClip_2"><?php echo get_post_meta($post->ID, '_sites_sescribe', true) ?: get_the_excerpt($post->ID); ?></p>
65
66
67
</a>
68
-
+
0 commit comments