1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress Customization Question / help

Discussion in 'HTML & Website Design' started by Swordfish, Jul 5, 2007.

  1. #1
    I am customizing the template for

    fishingheadquarters.com/blog

    All looks ok except when you go to an archive or full article page, we lose the side menu.

    such as:

    fishheadquarters.com/blog/2007/07/05/swordfish-biting-off-ft-lauderdale/

    Anyone know of the quick fix. I think it is in the sidebar.php page to delete some lines, but i dont see anything apparent...

    thanks
     
    Swordfish, Jul 5, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What does your template code look like?
     
    Dan Schulz, Jul 5, 2007 IP
  3. Swordfish

    Swordfish Active Member

    Messages:
    988
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #3
    <?php get_header(); ?>
    
    	<div id="content" class="narrowcolumn">
    
    		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    		<div class="post" id="post-<?php the_ID(); ?>">
    		<h2><?php the_title(); ?></h2>
    			<div class="entry">
    				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
    
    				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    
    			</div>
    		</div>
    		<?php endwhile; endif; ?>
    	<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
    	</div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Code (markup):
     
    Swordfish, Jul 5, 2007 IP
  4. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is the index.php yes.. do you have an "single.php"
     
    uglyboy, Jul 5, 2007 IP
  5. eastwest

    eastwest Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ^^^^^ ditto
     
    eastwest, Jul 5, 2007 IP
  6. Swordfish

    Swordfish Active Member

    Messages:
    988
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #6
    i got it.. it was in single.php thanks bros
     
    Swordfish, Jul 5, 2007 IP
  7. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Sound... WordPress is so cool, Problems are nearly always a little something that just got over looked...
     
    uglyboy, Jul 5, 2007 IP