I know
wp_title("",false)
Outputs a title for a page into HTML.
How do I do the same for the
dynamic_sidebar();
?
|
I know
Outputs a title for a page into HTML. How do I do the same for the
? |
|||
|
As @kaiser pointed out in the comments, the function reference for Dynamic_sidebar() is perfectly useful. On the other hand, if what you'd like to do is add a custom header to a particular sidebar, you could add a text widget to the top of that sidebar in the wp-admin widget area and place your custom title in that. |
|||
|
|
dynamic_sidebar()anyway why do you want to do this with code? – Rarst♦ Oct 13 '12 at 21:18