Blog Post Thumbnails are not displayed
Hello Community,
I've written my first blog post with FuelCMS and have uploaded images. In the backend under /fuel I do see the images, but in the frontend in the blog post - unfortunately.
What can be and I have the standard design in blog - like right after installation of FuelCMS.
Does somebody has any idea? Thanks in advance.
Comments
Images are in my FTP account under /assets/images/blog
In the frontend under http://fuelcms.wpzweinull.ch/blog no pictures are displayed.
I just wonder why the image URL are two slashes and not one. Is it correct that?
<div class="post_content"> <?php if ($post->has_main_image()) : ?> <img src="<?=$post->main_image_path?>" alt=""> <?php endif; ?> <?=$post->content_formatted?> </div>
But it is not yet as desired display. Do I need to paste the code in the blog.php and if so, then at what point.
The contents of the file blog.php looks to me like this:
It has now worked under http://fuelcms.wpzweinull.ch/blog/2016/03/04/fuelcms-erste-schritte-und-erfahrungen. So I have also imagined.
So it fits for me