![]() |
[SOLVED] How much post in main page
I was hesitating whether to show the whole Posts on the main page or not. I changed subtemplate postformat.php from the_excerpt to the_content.
But I am not quite satisfied with the result, because my youtube videos are hidden in the main page and I think no one would click the button "read more" to actually view the video. Is there a way to show the video in the_excerpt :confused: in the main page ? Or maybe manually decide whether selected posts are showing the whole content or the excerpt ? I forgot my page address : www.projektowaniebim.pl |
I would suggest creating a virtual sub-template called 'postformat-video' as a copy of the 'post format.php' sub template.
then change the line HTML Code:
<?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?> HTML Code:
<?php the_excerpt( ); ?> |
Thank you. It worked
|
All times are GMT -6. The time now is 02:24 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.