Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Blog Excerpt

blogexcerpt
    • 9 years, 4 months ago Olenka101
      Participant

      Expired

      Hello!

      I have a problem with Blog Excerpt.

      If the post is created with Visual Composer I have no excerpt at all.

      If the post is a video post – it cuts the excerpt too early.

      Help me, please!

       

    • 9 years, 4 months ago Mirela
      Participant

      Hello,

      1- “If the post is created with Visual Composer I have no excerpt at all.”:
      This happens because you are not supposed to use VC in custom post types. The excerpt will display if you use text editor or any shortcode.
      You can change the code to display content text instead of excerpt. For that, go to file \includes\view\blog\loop-grid.php and find these lines:

      <div class="text">
          <?php   if($post_format == 'video' || $post_format == 'audio')
                   echo codeless_text_limit(get_the_content(), 20);
             else
                   echo get_the_excerpt();    
      ?>

      Replace with these:

      <div class="text">
          <?php   if($post_format == 'video' || $post_format == 'audio')
                   echo codeless_text_limit(get_the_content(), 20);
             else
                   echo codeless_text_limit(get_the_content(), 20);    
      ?>

      2- “If the post is a video post – it cuts the excerpt too early”:
      The configured number of words to display in case of a video post is 20. You can change that by editing the above file:
      Again in these lines:

      <div class="text">
          <?php   if($post_format == 'video' || $post_format == 'audio')
                   echo codeless_text_limit(get_the_content(), 20);
             else
                   echo get_the_excerpt();    
      ?>

      Increase the value (20) to your wish.

      Best regards!

Viewing 1 reply thread

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password