Widgetizing a theme…
-
I am not sure how to go about getting this sidebar widget ready… could someone help? https://www.heggoodtree.com
<div class="box"> <h2>Categories</h2>
-
<?php //list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 1, 0,'','','','','');
wp_list_cats( 'hierarchical=1' ); ?>
-
<?php wp_get_archives('type=postbypost&limit=12'); ?>
-
<?php get_archives('monthly', '', 'html', '', ''); ?>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- "><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?>
- <abbr title="XHTML Friends Network">XFN</abbr> <?php wp_meta(); ?>
-
<?php get_links_list(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Widgetizing a theme…’ is closed to new replies.