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
  #18  
Old 04-05-2010, 09:07 PM
harris414 harris414 is offline
Registered User
Genesis Member
 
Join Date: Nov 2009
Posts: 82
Default

Quote:
Originally Posted by harris414 View Post
I am adding the featured video we did on the sidebar to the homepageright widget area we added. I have hard codded it in as follow but get an internal error, do you see what im doing wrong.
PHP Code:
<div class="homepageleft">
            <ul>
            <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Home Page Left') ) : ?>      
            <?php endif; ?>
            </ul>
        </div>
        
        <div class="homepageright">
           <?php $recent = new WP_Query("cat=3&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
                <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
                <?php the_content(__('Read more'));?>
                <?php endwhile; ?>
            
            <h4><?php _e("More"'studiopress'); ?> <?php echo cat_id_to_name(get_theme_mod('featured_bottom_right')); ?></h4>
                <ul>
                       <?php $recent = new WP_Query("cat=3&showposts=3"offset=1); while($recent->have_posts()) : $recent->the_post();?>
                    <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
                    <?php endwhile; ?>
                </ul> 
        </div>
        
    </div>
    
<?php include(TEMPLATEPATH."/sidebar.php");?>
I am re-building my site and am trying to get this widget area added to home page for featured video. I am back to this point but dont see what i did wrong here, i found it back then but not now.lol could someone help me.
 

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
Recent Posts Missing with Video text widget RandyTSA General Discussion 7 06-01-2010 08:58 AM
Way to Exclude Video of Day from Recent Articles hcmccarthy General Discussion 3 04-08-2010 12:06 AM
Recent Comments in sidebar StuUK General Discussion 1 12-08-2008 07:17 AM
Recent Posts in Sidebar NOLAKeith General Discussion 1 11-30-2008 01:11 PM


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

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