« Return to Thread: Entry name before blog name in the title tag

Re: Entry name before blog name in the title tag

by Arise :: Rate this Message:

Reply to Author | View in Thread

Thanks everyone for their answers.

This is the code I've used in the end:

#set ( $title = "#BlogName()")
#if ($BLOJSOM_PERMALINK)
   #foreach ($entry in $BLOJSOM_ENTRIES)
       #set ( $title = "$entry.getTitle() : #BlogName()" )
   #end
#end
<title>$title</title>

Looks better than my spaghetti. :)

 « Return to Thread: Entry name before blog name in the title tag