Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   How to: add a widget area to a single post (http://forum.bytesforall.com/showthread.php?t=11862)

paolo Dec 23, 2010 04:44 AM

How to: add a widget area to a single post
 
Add this to the loop:

<?php if (is_single(1234)) { ?>
<?php bfa_widget_area('name=name_area'); ?>
<?php }; ?>

;)


All times are GMT -6. The time now is 02:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.