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.

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
  #5  
Old 06-30-2009, 08:06 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default Re: Re-ordering Widgets?!

try this

Code:
<?php get_header(); ?>

<div id="content">

<div id="homepage">

<div class="homepageleft">

<?php /*Check for the 'gallery_styles' function. if it's there, then include it. If not, do nothing*/ ?>
<?php if (function_exists('gallery_styles')) : ?>
<div id="fcg">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
<?php endif; ?>

<ul id="home_middle_widget">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Middle') ) : ?>

<li id="home_middle">
<div class="widget">
<h2>Homepage Middle Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<?php endif; ?>[/list]
<div style="clear:both;"></div>

<div class="hpbottomleft">

<ul id="home_bottom_left_widget">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Bottom Left') ) : ?>

<li id="home_bottom_left">
<div class="widget">
<h2>Homepage Bottom Left Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<?php endif; ?>[/list]
</div>

<div class="hpbottomright">

<ul id="home_bottom_right_widget">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Bottom Right') ) : ?>

<li id="home_bottom_right">
<div class="widget">
<h2>Homepage Bottom Right Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<?php endif; ?>[/list]
</div>

<ul id="home_middle_widget">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Bottom') ) : ?>

<li id="home_middle">
<div class="widget">
<h2>Homepage Bottom Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<?php endif; ?>[/list]
</div>

<div class="homepageright">

<ul id="home_sidebar_widget">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage Sidebar') ) : ?>

<li id="homepage_sidebar_1">
<div class="widget">
<h2>Homepage Sidebar Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<li id="homepage_sidebar_2">
<div class="widget">
<h2>Homepage Sidebar Widget</h2>


This is an example of a text widget that you can place to describe a particular product or service. Use it as a way to get your visitors interested, so they can click through and read more about it.</p>
</div>


<?php endif; ?>[/list]
</div>

</div>

</div>



<?php get_footer(); ?>
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
 

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
ordering categories ardain General Discussion 2 10-15-2009 07:52 PM
Ordering thumbnails by tag TF64 General Discussion 2 09-02-2009 09:57 AM
Ordering Subcategories blameitonkarma General Discussion 4 04-21-2009 10:37 AM
Re-Ordering of Posts Jeff Carter General Discussion 8 03-08-2009 04:03 AM


All times are GMT -5. The time now is 05:31 AM.

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