Working with Plugins that don’t support excerpts?
Updated on November 17, 2015 in Easy Custom Auto Excerpt
2 on October 6, 2015

Hi everyone,

I just installed Easy Custom Auto Excerpt on my Travel Magazine Blog http://www.weltkugelschreiber.de/ to get rid of Shortcodes such as here: http://www.weltkugelschreiber.de/blog/

Unfortunately I don’t notice any difference. Might it be because the theme (WPEX Photo) doesn’t seem to support manual excerpts at all?

Any help is being appreciated!

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on October 12, 2015

Hi ujora,

Please check you theme code, and find something like this :

 <?php the_excerpt(); ?> 

Just remove that line,

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on November 17, 2015

Hey,

Thanks for your answer. I’m sorry, I didn’t see it earlier 😉

Unfortunately, if I do that, the excerpt is completely gone.

Code looks like this:

<?php
if( !empty($post->post_excerpt) ) {
the_excerpt();
} else {
echo wp_trim_words(get_the_content(), 20); } ?>

Any idea?

Thank you 🙂

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .