StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-22-2009, 02:04 PM
Lean Agile Teams Lean Agile Teams is offline
Registered User
Genesis Member
 
Join Date: Dec 2009
Posts: 11
Default Streamline Widget Management

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 02:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.