![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#5
|
||||
|
||||
|
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 | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us