How to Wigetize a Wordpress Theme


/ Published in: PHP
Save to your folder(s)

Edit functions.php and sidebar.php


Copy this code and paste it in your HTML
  1. <?php
  2. if ( function_exists(’register_sidebar’) )
  3. register_sidebar();
  4. ?>
  5.  
  6.  
  7.  
  8. <?php if ( !function_exists(’dynamic_sidebar’)
  9. || !dynamic_sidebar() ) : ?>

URL: http://www.garryconn.com/how-to-wigetize-a-wordpress-theme.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.