Is there a way to display the entire content of each blog on the post page rather than just being able to see a short preview?
Show entire posts in blog
(4 posts) (2 voices)-
Posted 1 year ago #
-
Yes, but it needs editing the file.
1) Open file "DICE/theme/post_types/post.php"
2) Search for function btp_the_post_summary()
3) Replace the_excerpt() function call with the_content() function call
4) Voilaregards,
MichaelPosted 1 year ago # -
Thank you very much. Worked!
Posted 1 year ago # -
np
Posted 1 year ago #
Reply
You must log in to post.