help to creat a widget
-
Hi i’m a newbie in PHP and wordpress,and i try to create a widgets for my theme, using this code who make a box with title and content:
<div id="%1$s" class="box"> <div class="one-col box-top"> <h3 class="box-title">Title</h3> </div> <div class="one-col box-body"> txt & contents her </div> <div class="one-col box-bottom"></div> </div>
how can i insert it in the function.php and let it work in my sidebar?
Thanks
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘help to creat a widget’ is closed to new replies.