Forum Replies Created

Viewing 10 replies - 76 through 85 (of 85 total)
  • Thread Starter jbento

    (@jbento)

    Yes I understand how to get to the control panel, but what I am saying is that once I am there, I can’t find where to go to find how to customize the widget I just added.

    Can you tell me how to find the widget for this in the control panel, so I can customize it?

    Thread Starter jbento

    (@jbento)

    I have installed it, but I am having a heck of time trying to find where it is, so I can customize it.

    Where is it in the wordpress Dashboard area?

    Thanks in advance

    Thread Starter jbento

    (@jbento)

    esmi,
    Thank you SO MUCH!!!

    That worked beautifully!!!

    Jerome

    Forum: Fixing WordPress
    In reply to: Archive Links
    Thread Starter jbento

    (@jbento)

    I had to actually delete the post and re-add, because it just wouldn’t change the date for some reason.

    Thanks so much for your help!!!

    Thread Starter jbento

    (@jbento)

    Thanks so much for that explanation!!!

    Thread Starter jbento

    (@jbento)

    Yep that worked!!!

    Thank you so much and have a great weekend!!!!

    Thread Starter jbento

    (@jbento)

    Yes that worked, BUT can you tell me exactly what you did to fix this?

    I am just curious so I would know in the future

    Thread Starter jbento

    (@jbento)

    I am trying to figure this out, but I can’t make it work. It looks better than before, but now I can’t get the Search moved up on the right side. Can you please look at the below code and let me know if you see anything.

    <?php get_header(); ?>
    
    <div id="content"> </div>
    	<div id="content-inner">
    
    <div id="main">
    
    <h2 id="sectiontitle"><?php single_cat_title('Category: '); ?></h2>
    
    <?php if (have_posts()) : ?>
    
    	<?php while (have_posts()) : the_post(); ?>
    
    	<div class="post" id="post-<?php the_ID(); ?> </div>
    
    	<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    
    		<div class="entry">
    				<?php the_content(__('Read more &raquo;')); ?>
    		</div>
    
    		<div class="postmetadata">
    		 <?php if (get_the_tags()){?>
    		 		  	<p>Tags: <?php the_tags('') ?></p>
    		<?php } ?>
    			<p><img style="vertical-align:-5px;" alt="categories" src="<?php bloginfo('template_directory'); ?>/images/category.gif" height="16" width="16" /> <?php the_category(', ') ?> | <?php the_author_posts_link(); ?>  | <?php the_date(); ?> | <img style="vertical-align:-5px;" alt="comments" src="<?php bloginfo('template_directory'); ?>/images/comment.gif" height="16" width="16" /> <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> <?php edit_post_link('Edit',' ',''); ?></p>
    
    			</div> 
    
    		<?php comments_template(); ?>
    
    </div>
    
    	<?php endwhile; ?>
    
    	<div id="navigation">
    			<div class="fleft"><?php next_posts_link('&laquo; Older') ?></div>
    					<div class="fright"> <?php previous_posts_link('Newer &raquo;') ?></div>
    
    	<?php else : ?>
    
    	<div class="post">
    	<div class="entry">
    		<h2>Not Found</h2>
    		<p>Sorry, you are looking for something that isn't here.</p>
    	</div>
    	</div>	
    
    	<?php endif; ?>
    
    	<!-- eof main -->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Thread Starter jbento

    (@jbento)

    Thank you so much!!!

    I also found that it was also a background attribute that was giving me grief as well.

    Thread Starter jbento

    (@jbento)

    Thank you all so much!!!

    I got it fixed with all of you guys’ help!!!

Viewing 10 replies - 76 through 85 (of 85 total)