![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I installed twitter widget "twitter goodies" site: http://arpitshah.com/plugins/twitter-goodies/
and am able to place into the Streamline with drag and drop. However, the drag and drop process overladed what was in the left sidebar (categories and archives). So I created a new list item (www.projectpmi.com) and inserted the "<!–wp_twitter_goodies–>" statement as instructed below from twitter goodies website. Unfortunately, nothing happened other than I was successful at creating another "sidebar box". I realize that I do not understand the function this is trying to perform - a call perhaps. Instructions from website" 1) Add both widgets into sidebar – Go to Appearance -> Widgets -> Twitter Goodies 2) <!–wp_twitter_goodies–> – to add Twitter Goodies Profile widget on page/post 3) <!–wp_twitter_goodies_search–> – to add Twitter Goodies Search Widget on page/post 4) Twitter Integration: Activate integration option from Admin Panel A snippet from my last below: <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Bottom Left') ) : ?> <li id="categories" class="widget"> <h4><?php _e("Categories", 'studiopress'); ?></h4> <ul> <?php wp_list_categories('orderby=name&title_li=&depth=2 '); ?> </ul> </li> <li id="archives" class="widget"> <h4><?php _e("Archives", 'studiopress'); ?></h4> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <li id="twitter" class="widget"> <h4><?php _e("Twitter", 'studiopress'); ?></h4> <ul> <!–wp_twitter_goodies–> </ul> <?php endif; ?> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Widget context management | CharlieMo | General Discussion | 3 | 12-31-2010 03:58 PM |
| Streamline Widget Management | Lean Agile Teams | General Discussion | 4 | 12-22-2009 07:34 AM |
| Banner Ad Management Widget or Plugin | Sevillano | General Discussion | 3 | 10-27-2009 07:50 PM |
| PHP code inside the header 468x60 widget for ad management? | homeservershow | General Discussion | 2 | 09-04-2009 10:38 PM |
| Footer widget from Streamline | LeonieS | General Discussion | 4 | 07-05-2009 10:46 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us