By Leonard Zerman on Friday, 22 August 2014
Posted in General Issues
Replies 3
Likes 0
Views 310
Votes 0
The result is I have two titles showing for each blog

I only want one title and I want it to be the one I create inside the body of the blog

I thought this was simple but cant find it .
Hello Leonard,

May I know which title you are referring to? Perhaps some screenshots.
·
Friday, 22 August 2014 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
See attachment cabbage balls shows twice

Cabbage Balls (Holiskes) title is the one I want to keep not the one above.
·
Friday, 22 August 2014 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Leonard Zerman,

I am really sorry for the delay of this reply as it is a weekend for us here.
Check my screenshot and see is it i get correctly your requirement ?
If yes, you can remove the code from this file JoomlaFolder\components\com_easyblog\themes\default\blog.read.php

		
// LINE 34 until 39
<div class="blog-head mtm">
<?php if( $blog->isFeatured() ) { ?>
<div class="tag-featured"><?php echo Jtext::_('COM_EASYBLOG_FEATURED_FEATURED'); ?><i></i></div>
<?php } ?>
<h1 id="title-<?php echo $blog->id; ?>" class="blog-title<?php echo ($isFeatured) ? ' featured-item' : '';?> rip" itemprop="name"><?php echo $blog->title; ?></h1>
</div>


Hope this help.
·
Saturday, 23 August 2014 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post