Tagged: x
-
AuthorPosts
-
July 10, 2016 at 4:19 pm #1080492
PalzmeParticipantHow do I display Full content on search result for renew stack please?
July 10, 2016 at 4:29 pm #1080505
PalzmeParticipantI have now worked this out by the following:
To show full post in archive and search pages, create file _content.php in wp-content/themes/x-child/framework/views/global and copy the code below into that file.
<?php // ============================================================================= // VIEWS/GLOBAL/_CONTENT.PHP // ----------------------------------------------------------------------------- // Display of the_excerpt() or the_content() for various entries. // ============================================================================= $stack = x_get_stack(); $is_full_post_content_blog = is_home() && x_get_option( 'x_blog_enable_full_post_content' ) == '1'; ?> <?php if ( is_singular() || is_search() || is_archive() || $is_full_post_content_blog ) : x_get_view( 'global', '_content', 'the-content' ); if ( $stack == 'renew' ) : x_get_view( 'renew', '_content', 'post-footer' ); endif; else : x_get_view( 'global', '_content', 'the-excerpt' ); endif; ?>July 10, 2016 at 6:51 pm #1080557
NicoModeratorHappy to hear that. Thank you so much for sharing.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1080492 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
