Plugin Directory

Changeset 461652


Ignore:
Timestamp:
11/11/2011 06:31:51 AM (14 years ago)
Author:
rounitmorya
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-widget-area/trunk/readme.txt

    r461300 r461652  
    1818Simply copy and paste these lines where you want to show custom widget content. 
    1919 
    20  <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) : ?> 
     20 After installing and activating this plugin, it will create Header Widget Area. 
     21     Assign any widget in This Header Widget Area Plugin. 
     22     
     23 Simply copy and paste these lines within php tag, where you want to show custom widget content. 
     24 
     25 if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :
    2126 
    22  <?php endif; ?>
     27 endif;
     28 
     29 You will need to write some css for it. That's it.
    2330
    2431== Installation ==
     
    29364. Active Custom Widget Area Plugin. 
    3037
     38After installing and activating this plugin, it will create Header Widget Area. 
     39     Assign any widget in This Header Widget Area Plugin. 
     40     
     41 Simply copy and paste these lines within php tag, where you want to show custom widget content. 
     42 
     43 if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :
     44 
     45 endif;
     46 
     47 You will need to write some css for it. That's it.
     48
    3149== Frequently Asked Questions ==
    3250Que. How can we use it in Header Section   
     
    3452     Assign any widget in This Header Widget Area Plugin. 
    3553     
    36  Simply copy and paste these lines where you want to show custom widget content. 
     54 Simply copy and paste these lines within php tag, where you want to show custom widget content. 
    3755 
    38  <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) : ?>
     56 if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :
    3957 
    40  <?php endif; ?>
     58 endif;
    4159 
    4260 You will need to write some css for it. That's it.
Note: See TracChangeset for help on using the changeset viewer.