mabuc
says
Hello guys,
It’s me again, asking for help.. How do you add span on the_title in wordpress like…
<h2><span>Our</span> Blog</h2> //Our Blog is a page title
I searched Google but cant find answers…
thank you in advance..
Themico
says
Hi, check this
http://wordpress.org/support/topic/adding-span-to-titleI don’t think there are ways other then working with string. Alternative solution – javascript.
2507 posts
Put a Donk On It
- Attended a Community Meetup
- Author was Featured
- Beta Tester
- Bought between 10 and 49 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- Interviewed on the Envato Notes blog
ThemeProvince
says
the_title("<h2><span>Foo</span>", "</h2>");
mabuc
says
Themico said
Hi, check this http://wordpress.org/support/topic/adding-span-to-title I don’t think there are ways other then working with string. Alternative solution – javascript.
thanks this works…
