| name | language | licence |
|---|---|---|
| Scrobbler | PHP | BSD |
| footer | PHP | GPL 2 |
| Display WordPress Tags Cloud | PHP | BSD |
| functions | PHP | GPL 2 |
| header | PHP | GPL 2 |
| single | PHP | GPL 2 |
| comments | PHP | GPL 2 |
| style | CSS | GPL 2 |
< 1 2 3 4 5 6 7 8 9 10 11 12 >
language: PHP
licence: GPL 2
functions
options: view full snippet • send to code collector
<?php
if ( function_exists('register_sidebar') ) // Sidebar Widget
register_sidebar(array(
'name' => 'Sidebar',
'before_widget' => '<div class="item">',
'after_widget' => '</div>',
'before_title' => '<h3 class="sub">',
'after_title' => '</h3>',
));
register_sidebar(array(
'name' => 'topleft',
'before_widget' => '<div class="item">',
'after_widget' => '</div>',
'before_title' => '<h3 class="sub">',
'after_title' => '</h3>',



library
buttons (3)
wp (93)