Changeset 461652
- Timestamp:
- 11/11/2011 06:31:51 AM (14 years ago)
- File:
-
- 1 edited
-
custom-widget-area/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-widget-area/trunk/readme.txt
r461300 r461652 18 18 Simply copy and paste these lines where you want to show custom widget content. 19 19 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')) : 21 26 22 <?php endif; ?> 27 endif; 28 29 You will need to write some css for it. That's it. 23 30 24 31 == Installation == … … 29 36 4. Active Custom Widget Area Plugin. 30 37 38 After 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 31 49 == Frequently Asked Questions == 32 50 Que. How can we use it in Header Section … … 34 52 Assign any widget in This Header Widget Area Plugin. 35 53 36 Simply copy and paste these lines w here 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. 37 55 38 <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) : ?>56 if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) : 39 57 40 <?php endif; ?>58 endif; 41 59 42 60 You will need to write some css for it. That's it.
Note: See TracChangeset
for help on using the changeset viewer.