Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

How to Display certain "Widget Area" on post pages only ?


  #1  
Old Jul 15, 2009, 03:46 AM
3ukman
 
22 posts · Jul 2009
How can I configure a custom Widget Area to show only on post pages ? This is an available option for the 4 default sidebar widget areas. But with custom "Widget Areas" code need to be edited ?

By the way "Widget Areas" is tremendous functionality , just puts the theme on another level.
  #2  
Old Jul 15, 2009, 03:08 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You can wrap the widget code into a condition like

PHP Code:
<?php if ( is_single() ) {
bfa_widget_area('name=My widget area&cells=3');
?>

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to post on 2 seperate "Pages" or "Cats" TPR Atahualpa 3 Wordpress theme 18 Aug 4, 2010 08:24 PM
Known Issues with "Display Sidebar"? mcphoto Sidebars & Widgets 6 May 1, 2009 08:59 AM
where can I rename "categories" and "Pages" into other titling? curious Atahualpa 3 Wordpress theme 5 Apr 28, 2009 03:15 PM
How to style "post icon" and "post comments" text Whatsthatcat? RSS, Feeds & Subscribing 3 Apr 1, 2009 09:41 AM
Putting "Link Categories" in the header area kirinafa Header configuration & styling 1 Mar 9, 2009 09:57 AM


All times are GMT -6. The time now is 08:04 AM.


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