I am trying to have my blog page show all of the blog post and the included image in the post. When I change the functions.php to show excerpt instead of content it shows the whole post but it does not show the image. It also looks like one block of text and does not include the original formatting in the post. Is there a way to do all of this so the blog is one page with posts and does not click through to another page?
I am trying to have my blog page show all of the blog post and the included image in the post. When I change the functions.php to show excerpt instead of content it shows the whole post but it does not show the image. It also looks like one block of text and does not include the original formatting in the post. Is there a way to do all of this so the blog is one page with posts and does not click through to another page?
Hello Sean,
What you would need to do is to modify the ajax-handlers.php
change the_exercpt to
the_content
This will make the post to show all the content unless you have set the "Read more" tag in your post.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Okay now it shows the "read more" tag. How do I get rid of that and show the whole post with image?
Hello Sean,
If you have set the read more tag in your post then you need to go edit the post and remove the read more tag.
Or it's because you have set to automatically cut the post entry in the blog module.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme