Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    please tell me ,just changing into gpl theme will solve my problem or not?

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    please robin tell me if any gpl theme i can use without the sidebar error.and i can’t post job on wordpress,as i live in india.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    please robin tell me,where i will found that page from where single post is generated.please tell how can i easily get rid of this problem.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    Please tell me how can i correct this nested code or would i have to reinstall wordpress again ?please reply

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    please tell me how can i remove this error

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    hi robin i have changed theme and viewed in preview but it also shows sidebar down.please suggest me, whether I have to reinstall wordpress or anything else i have to do.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    hi andrew i have removed the `</div> but it did not solved my problem.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    HI robin ,i have checked archive.php but i am not able to sort out the error.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    [ Moderator note: It’s the backtick character and not the single quote for code. Or use the code button. Also? If you use pastebin.com instead of posting large code here, you get the magic of line numbers. ]

    <?php get_header(); ?>
    	<div class="span-24" id="contentwrap">
    			<div class="span-16">
    				<div id="content">
    					<?php if (have_posts()) : ?>
    						<?php while (have_posts()) : the_post(); ?>
    						<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    							<h2 class="title"><?php the_title(); ?></h2>
    							<div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>
    
    							<div class="entry">
    <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(300,225), array("class" => "alignleft post_thumbnail")); } ?>
    								<?php the_content('Read the rest of this entry »'); ?>
    								<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    							</div>
    							<div class="postmeta"><img src="<?php bloginfo('template_url'); ?>/images/folder.png" /> Posted in <?php the_category(', ') ?> <?php if(get_the_tags()) { ?> <img src="<?php bloginfo('template_url'); ?>/images/tag.png" /> <?php  the_tags('Tags: ', ', '); } ?></div>
    
    							<div class="navigation clearfix">
    								<div class="alignleft"><?php previous_post_link('« %link') ?></div>
    								<div class="alignright"><?php next_post_link('%link »') ?></div>
    							</div>
    
    							<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    								// Both Comments and Pings are open ?>
    								You can <a href="#respond">leave a response</a>, or <a>" rel="trackback">trackback</a> from your own site.
    
    							<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    								// Only Pings are Open ?>
    								Responses are currently closed, but you can <a> " rel="trackback">trackback</a> from your own site.
    
    							<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    								// Comments are open, Pings are not ?>
    								You can skip to the end and leave a response. Pinging is currently not allowed.
    
    							<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    								// Neither Comments, nor Pings are open ?>
    								Both comments and pings are currently closed.
    
    							<?php } edit_post_link('Edit this entry','','.'); ?>
    						</div><!--/post-<?php the_ID(); ?>-->
    
    				<?php comments_template(); ?>
    
    				<?php endwhile; ?>
    
    				<?php endif; ?>
    			</div>
    			</div>
    		<?php get_sidebars(); ?>
    	</div>
    <?php get_footer(); ?>

    this is my single.php code,please tell where i have to change the code.

    Forum: Fixing WordPress
    In reply to: Sidebar moves down
    Thread Starter guddoz

    (@guddoz)

    Please robin tell me how can i structure the single post correctly.please reply.

Viewing 10 replies - 1 through 10 (of 10 total)