show "normal" content in blog item

Hi,

In blog item, the excerpt is shown, but not the "normal" content.

Is there a way to show the normal content, and eventually also to set the length there (eg. 25 words or 300 characters).

Thx in advance

Markus

Comments

  • Hi,

    Can you be more specific and tell me what you mean by "normal" content? Do you refer to content from BeBuilder?

    In Betheme -> Theme options -> Blog & Portfolio -> Blog, you can set up Excerpt length there.

    Best regards

  • edited May 2023

    In Betheme -> Theme options -> Blog & Portfolio -> Blog, I changed the Excerpt length - with no effect.

    I changed "Posts per page" and "Layout" as well - with no effect.


    Could it be, that the settings are overruled by the respective BeTheme Blog item?

    Or, I can imagine, that the settings, that you referred to above, are not for the BeTheme Blog item.


    I am talking about BeTheme Blog item, which is set up by \wp-content\themes\betheme-child\content-post.php

    This is the code responsible:

    if( $excerpt ){

    $output .= '<div class="post-excerpt">'. get_the_excerpt() .'</div>';

    }


  • Posts per page and layout option from theme options do not affect the Blog item because it has these settings independently.

    However, the excerpt length should affect that because it is a global setting.

    Please send us the WordPress dashboard and FTP access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you are sending is complete and correct.

    Thanks

Sign In or Register to comment.