Widget Customize Description
-
How do you code widget descriptions as found with default widgets using the function.php?
<?php function widget_mytheme_pages() { ?> Customozed Page Widget Code here <?php } if ( function_exists('register_sidebar_widget') ) register_sidebar_widget(__('Pages'), 'widget_mytheme_pages'); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Widget Customize Description’ is closed to new replies.