![]() |
[SOLVED] about widgets
Hi guys,
Any idea if is possible to have some custom widgets only on some pages, not all pages ? For instant I've created 3 widgets but I don't want them on all pages, I want them only on first page. Is this possible? Cheers |
Well, I solved this using a plugin like Widget Context or Widget Logic.
If you have other ideas please post them. |
You can also wrap the widget code in a conditional such as
HTML Code:
<?php if( is_home() ) bfa_widget_area('name=My new widget area'); ?> HTML Code:
<?php if( is_page('4') ) bfa_widget_area('name=My new widget area'); ?> |
Thanks a lot Larry!
|
All times are GMT -6. The time now is 10:41 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.