By Jonathan Thompson on Saturday, 16 December 2017
Posted in Technical Issues
Likes 0
Views 671
Votes 0
How can I hide the "Recent News" header on the magazine view?
Hi there,

Currently, there are no settings to configure them. It is required for you to do modifications on files below accordingly, based on which layout you are using right now http://take.ms/iJEbc. And if you required them on you future version, you can do template override on path below and those files wont be overwritten once update are done.

Magazine layout 1 path
.../components/com_easyblog/themes/wireframe/blogs/magazine/layout_1.php

Template override path
template/your current template/html/com_easyblog/blogs/magazine/layout_1.php

Codes you need to remove.
[gist type="php"]
<h6 class="eb-mag-header-title">
<?php echo JText::_('COM_EASYBLOG_RECENT_NEWS'); ?>
</h6>
[/gist]

Please give it a try and see how it goes.
·
Saturday, 16 December 2017 20:12
·
0 Likes
·
0 Votes
·
0 Comments
·
I have a problem with this in that I have two different pages on my blog

first one is called 'Recent News' and I want the other to read 'Flash Fiction' How can I achieve this? I've tried everything so far.

Site is here https://www.sfbookreview.co.uk

Thanks
·
Thursday, 19 September 2019 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tobias,

Would be best if you can create us a new thread so that we can further check them there. Thanks for your understanding.
·
Friday, 20 September 2019 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post