jbento
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add to the bottom of my feedYes 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?
Forum: Fixing WordPress
In reply to: Add to the bottom of my feedI 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
Forum: Fixing WordPress
In reply to: Don’t want a particular post on the home pageesmi,
Thank you SO MUCH!!!That worked beautifully!!!
Jerome
Forum: Fixing WordPress
In reply to: Archive LinksI 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!!!
Forum: Themes and Templates
In reply to: Footer is DifferentThanks so much for that explanation!!!
Forum: Themes and Templates
In reply to: Postings are too longYep that worked!!!
Thank you so much and have a great weekend!!!!
Forum: Themes and Templates
In reply to: Footer is DifferentYes 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
Forum: Themes and Templates
In reply to: Footer is DifferentI 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 »')); ?> </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('« Older') ?></div> <div class="fright"> <?php previous_posts_link('Newer »') ?></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(); ?>
Forum: Themes and Templates
In reply to: deleting border on left and right of main.jpgThank you so much!!!
I also found that it was also a background attribute that was giving me grief as well.
Forum: Themes and Templates
In reply to: Changing the link colorThank you all so much!!!
I got it fixed with all of you guys’ help!!!