By David on Thursday, 03 April 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1K
Votes 0
When I click read a blog post, the blog image is shown above introtext (if enabled). I know I can disable blog image or introtext or both in entry view, however my goal is to display content of the blog post in this order:

Introtext
Blog image
Blog content

I was looking into template files but can figure out. I assume that content of an entry is called by
<?php echo $blog->content; ?>

So would be possible to do some edits of either template or core files to achieve what Iam after ?
Hello David,

Unfortunately you can't really do that. If you want the image to appear in between the intro text and the full text then you need to just manually embed the image in the WYSIWYG editor instead of using a blog image.
·
Thursday, 03 April 2014 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for prompt reply. Such a feature would be nice as this is quite common layout I believe.
·
Thursday, 03 April 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this David
·
Thursday, 03 April 2014 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post