By Johnny on Monday, 30 January 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 180
Votes 0
How can I move the location of the Google map? Currently it's at the bottom of the blog post but i'd like it at the top.

Or alternatively is there a 'Map Block' where I can add the Google Map embed code?

Thanks
You can edit the theme file /components/com_easyblog/themes/wireframe/blogs/entry/default.php and move the html block for the location,

[gist]
<?php echo $this->output('site/blogs/entry/location', array('post' => $post)); ?>
[/gist]
·
Monday, 30 January 2017 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post