- This topic has 7 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › Palazzo › How do you get rid of initial Summary in Post?
Hello, Thanks in advance for your help but would like to know Please how do you get rid of initial summary in post?
Also, Please, the pictures in agent section look a bit weird. Any tips on how to fix it?
atlasbluerealty.com
Thanks so much!!!
Dear.
1. Please kindly send for me admin account your site and your problem URL via private reply, i will check to help you.
2. I don't understand what is problem in image https://imgur.com/a/kFs3rQA please kindly give for me more details.
Best regards.
Dear.
1. To fix your problem. please go to file 'palazzo/wp-content/themes/noo-palazzo/templates/single-blog/post-meta.php' and search code:
<p class="entry-excerpt">
<?php echo get_the_excerpt(); ?>
</p>
Change to (see attachment):
<?php if(!is_single()): ?>
<p class="entry-excerpt">
<?php echo get_the_excerpt(); ?>
</p>
<?php endif; ?>
We're will include it in next update version.
2. Please use change to use square image to fix your problem.
Sorry but this has not worked. Possible to have another fix?
Thanks so much
What is not work ? remove 'excerpt' ? Please tell for me details your problem, i will check to help you.
Best regards.
You must be logged in and have valid license to reply to this topic.