By Steve Armstrong on Tuesday, 21 July 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 584
Votes 0
Is there a way, for SEO reasons, to customize the title of the page to something different than the title of the post? Is this possible within EasyBlog or Joomla?
Hey Steve,

I am really sorry but unfortunately right now this isn't possible
·
Tuesday, 21 July 2015 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
I figured out a way to edit the page title by putting the code below at the end of the blogs/entry/default.php file and tying it to a custom field. However, since custom fields are connected to categories, if more than one category is assigned a post then multiple custom fields show up and the custom field won't save.

JFactory::getDocument()->setTitle($myCustomTitle);
·
Wednesday, 22 July 2015 02:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve,

I am really sorry for the delay of this reply.

Unfortunately currently we do not offer any support for the customization request as you can see from our support policy here, http://stackideas.com/support . Hope you understand.
·
Friday, 24 July 2015 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post