• Anam

    (@laamashdotcom)


    Hello,

    Here is my site: http://seen2help.co.uk/.

    I am trying to add a live twitter feed on the right side of the NETWORKINH bar. Please see my custom homepage template:

    <div id="primary">
    		<div id="slider">
    	<?php if ( function_exists( 'soliloquy_slider' ) ) soliloquy_slider( '23' ); ?>
    		</div>
    
    			<div id="content" role="main" class="homepage">
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    			<?php the_content(); ?>
    
                    <?php endwhile; ?>
    
    			</div><!-- #content -->
                <div class="home-sidebar">
    
                <?php if ( ! dynamic_sidebar( 'home-sidebar' ) ):  ?>
                <?php endif; ?>
                </div>
                <div style="clear:both;" ></div>
    		</div><!-- #primary -->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Any help on this please?

    Regards,

Viewing 1 replies (of 1 total)
  • Look at home-sidebar.php. It is used as the dynamic sidebar. It is displaying after the page content below. This is usually a CSS issue or forcing too much content width in the content. Fix those then look at a twitter feed widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Showing twitter feed on main page side’ is closed to new replies.