Results 1 to 1 of 1

Thread: CSS/Wordpress question

  1. #1
    PWAwrestling Guest

    CSS/Wordpress question

    Hey, everybody. I'm trying to customize a wordpress template to include a flash box in the first big area, but I can't figure out what I'm supposed to do to my code here to make it work.

    The template in question can be viewed here: http://www.grizztopia.com/pwawrestling/

    The flash movie (just created for spacing purposes) is here: http://www.pwawrestling.ca/greeny.swf

    And the code is here. I figure it's the "tier1main" that's the area I want to change up, but I'm not sure what to do about the php code in there. Anybody got any suggestions?:
    PHP Code:
    <?php global $themeoptionsprefixget_header(); ?>
    <?php $themeison
    =get_option($themeoptionsprefix.'_newsmaglayon'); if(!isset($themeison) || empty($themeison) || ($themeison == 'off') ){include (TEMPLATEPATH '/index.php');}else{?>
    <div id="tier1">
    <div class="tier1main">
            <?php global $wpdb$featuredpostscatname1=get_option($themeoptionsprefix.'_featuredcat1');
                
    $featuredpostscatname1=str_replace("&","&amp;",$featuredpostscatname1);
                 
    $featuredpostscat1 get_cat_id($featuredpostscatname1);

                if(isset(
    $featuredpostscat1) && !empty($featuredpostscat1)){ include (TEMPLATEPATH '/includes/featured1.php'); } else { ?>


        
                <div class="tier1mainleft">



                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb5.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>This space will contain the excerpt from the headlined post for "Featured Category #1".  <br/><em>Read More</em></p>
                    </div>

                    <ul>
                    <li><a href="#">First headline link from Featured Category #1 </a></li>
                    <li><a href="#">Second headline link from Featured Category #1</a></li>
                    <li><a href="#">Third headline link from Featured Category #1 </a></li>
                    <li><a href="#">Fourth headline link from Featured Category #1</a></li>
                    <li><a href="#">Fifth headline link from Featured Category #1</a></li>
                    </ul>



            </div>
            <div class="tier1mainright">
            <img src="<?php bloginfo('template_url'); ?>/images/samplethumb4.jpg" alt="" border=""/></a>
            <h3>This is a sample headline for a Featured Category #1 post &raquo;</h3>


            </div>
        <?php ?>
    </div>
    <div class="tier1side">

                <?php global $wpdb$featuredpostscatname2=get_option($themeoptionsprefix.'_featuredcat2');
                
    $featuredpostscatname2=str_replace("&","&amp;",$featuredpostscatname2);
                 
    $featuredpostscat2 get_cat_id($featuredpostscatname2);

                if(isset(
    $featuredpostscat2) && !empty($featuredpostscat2)){ include (TEMPLATEPATH '/includes/featured2.php'); } else { ?>

                    <h2>Featured Category #2</h2>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb1.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>This space will showcase thumbnails and headlines from a category of your choice.
                    All you have to do is...</p>
                    </div>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb2.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>...select a category from the theme options page next to the option that reads "Featured Category #2". </p>
                    </div>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb3.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>To prevent the layout from becoming distored due to too many post excerpts, only three posts will be displayed.</p>
                    </div>

                <?php ?>


    </div>

    </div>

    <?php if(get_option($themeoptionsprefix.'_turnonofftierx') != "off" ){ ?>
    <?php 
    if(get_option($themeoptionsprefix.'_tierxposition') == "under tier one" ){ ?>
    <?php 
    include (TEMPLATEPATH '/includes/tierX.php'); ?>
    <?php 
    ?>
    <?php 
    ?>

    <div id="tier2">
    <div class="tier2a">
    <div class="tier2ain">

            <?php     /* Widgetized sidebar, if you have the plugin installed. */
            
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('IndexPageSidebar') ) : ?>

                <div class="widget">
                    <h2>Categories</h2>
                    <ul>
                     <?php wp_list_categories('title_li='); ?>
                    </ul>
                    </div>
            <?php endif; ?>

        </div>
    </div>
    <?php if(get_option($themeoptionsprefix.'_filler120600hide') != "hide" ){ ?>
    <div class="tier2b">
    <?php } else { ?>
    <div class="tier2bexpanded">
    <?php ?>
    <div class="tier2bin">
                <?php global $wpdb$featuredpostscatname3=get_option($themeoptionsprefix.'_featuredcat3');
                
    $featuredpostscatname3=str_replace("&","&amp;",$featuredpostscatname3);
                 
    $featuredpostscat3 get_cat_id($featuredpostscatname3);

                if(isset(
    $featuredpostscat3) && !empty($featuredpostscat3)){ include (TEMPLATEPATH '/includes/featured3.php'); } else { ?>

                    <h2>Featured Category #3</h2>

                    <div class="imgstyle"><img src="<?php bloginfo('template_url'); ?>/images/samplethumb6.jpg" alt="" border=""/></a></div>
                    <p>Text from featured post with photo pulled from "Featured Category #3". One post with photo will be pulled from
                    3rd featured category. To choose category go to theme options page setting for "Featured Category #3". <a href="#"><em>Read More</em></a></p>


                <?php ?>

                <hr>

                <?php global $wpdb$featuredpostscatname4=get_option($themeoptionsprefix.'_featuredcat4');
                
    $featuredpostscatname4=str_replace("&","&amp;",$featuredpostscatname4);
                 
    $featuredpostscat4 get_cat_id($featuredpostscatname4);

                if(isset(
    $featuredpostscat4) && !empty($featuredpostscat4)){ include (TEMPLATEPATH '/includes/featured4.php'); } else { ?>

                    <h2>Featured Category #4</h2>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb8.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>This space will showcase thumbnails and headlines from a category of your choice.
                    </p>
                    </div>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb9.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>All you have to do is select a category from the theme options page next to the option that... </p>
                    </div>

                    <div class="excerpt">
                    <img src="<?php bloginfo('template_url'); ?>/images/samplethumb10.jpg" alt="" border=""/>
                    <strong>Place holder post title</strong>
                    <p>...reads "Featured Category #4". Only the most recent three posts will be displayed.</p>
                    </div>


                <?php ?>
    </div>
    </div>
    <?php if(get_option($themeoptionsprefix.'_filler120600hide') != "hide" ){ ?>
    <div class="tier2ad">
    <div class="tier2adin">
                        <?php if(get_option($themeoptionsprefix.'_filler120600') <> "" ){ ?>
                        <div class="tier2sidecontent">
                        <?php echo stripslashes(get_option($themeoptionsprefix.'_filler120600')); ?>
                        </div>
                    <?php } else { ?>
                    <img src="<?php bloginfo('template_url'); ?>/images/fsplash120.jpg"  alt="" border=""/>
                    <?php ?>


        </div>
    </div>
    <?php ?>

    <?php if(get_option($themeoptionsprefix.'_filler120600hide') != "hide" ){ ?>
    <div class="tier2c">
    <?php } else { ?>
    <div class="tier2cexpanded">
    <?php ?>
    <div class="tier2cin">
                <?php global $wpdb$featuredpostscatname5=get_option($themeoptionsprefix.'_featuredcat5');
                
    $featuredpostscatname5=str_replace("&","&amp;",$featuredpostscatname5);
                 
    $featuredpostscat5 get_cat_id($featuredpostscatname5);

                if(isset(
    $featuredpostscat5) && !empty($featuredpostscat5)){ include (TEMPLATEPATH '/includes/featured5.php'); } else { ?>

                    <h2>Featured Category #5</h2>

                    <div class="imgstyle"><img src="<?php bloginfo('template_url'); ?>/images/samplethumb7.jpg" alt="" border=""/></a></div>
                    <p>This is some text from the featured post with photo pulled from "Featured Category #4". This will be a brief excerpt. One post with photo will be pulled from the
                    fourth featured category, followed by linked headlines of more posts from the category. To choose the category for this section go to the theme options pagea and change
                    the setting for "Featured Category #5". <a href="#"><em>Read More</em></a></p>

    <hr>
    <h2>Other Topics</h2>
                    <ul>
                    <li><a href="#">1st headline from Featured Category #5 </a></li>
                    <li><a href="#">2nd headline from Featured Category #5</a></li>
                    <li><a href="#">3rd headline from Featured Category #5 </a></li>
                    <li><a href="#">4th headline from Featured Category #5</a></li>
                    <li><a href="#">5th headline from Featured Category #5</a></li>
                    <li><a href="#">6th headline from Featured Category #5</a></li>
                    <li><a href="#">7th headline from Featured Category #5</a></li>
                    <li><a href="#">8th headline from Featured Category #5</a></li>
                    <li><a href="#">9th headline from Featured Category #5</a></li>
                    <li><a href="#">10th headline from Featured Category #5</a></li
                    </ul>

                <?php ?>
        </div>
    </div><!--close tier2c-->
    </div><!--close tier2-->

    <?php ?>

    <?php if(get_option($themeoptionsprefix.'_turnonofftierx') != "off" ){ ?>
    <?php 
    if(get_option($themeoptionsprefix.'_tierxposition') == "under tier two" ){ ?>
    <?php 
    include (TEMPLATEPATH '/includes/tierX.php'); ?>
    <?php 
    ?>
    <?php 
    ?>


    <?php get_footer(); ?>
    --------

    Thanks for reading guys, I would appreciate any help I could get!

    Cheers,
    PWA
    Last edited by is_numeric; 07 Nov 2009 at 03:10 AM. Reason: code tags added

Similar Threads

  1. A question of content
    By revrandysausage in forum General Questions
    Replies: 0
    Last Post: 26 Sep 2005, 02:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •