Change tab title for tabs containing WP posts?
-
Is there any way to change the title for a tab showing content from a WordPress post? An example should help explain:
[wptabs effect="slide" mode="horizontal" background="true"] [wptabtitle post="57"]Title 1[/wptabtitle] [wptabtitle] Title 2[/wptabtitle] [wptabcontent]Tab 2 contents go here...[/wptabcontent][wptabtitle] Title 3[/wptabtitle] [wptabcontent]Tab 3 contents go here...[/wptabcontent] [/wptabs]
That’s the code I’m using to generate the tabs. Here’s what the result looks like. (It’s highly styled, of course.)
Is there some way to override the tab title defaulting to the post title? I don’t want to change the post title (“Technology on the Move”), but have the tab title be something else (say “Title 1”). You can see in my code that I tried to do this already with what I could find. Maybe I’m missing something. Please help.
- The topic ‘Change tab title for tabs containing WP posts?’ is closed to new replies.