Log in

View Full Version : Where Does the Title Code Go?


Boko577
06-12-2010, 08:33 PM
Where can I find the code that shows the title? Which template would it be in and where would I find it in that template? I want to add a few share buttons there. PLEASE HELP!

http://grab.by/grabs/00f55d927340e653b217f13230852429.png

Lynne
06-12-2010, 08:46 PM
That looks like the postbit_legacy template.

Boko577
06-12-2010, 08:59 PM
That looks like the postbit_legacy template.
That's what I was thinking at first, but what code would it be in that template? I don't know where to find that specific code for the titles.

static-skillz
06-12-2010, 10:32 PM
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>

As far as I can tell, thats what you were looking for.