budcolby
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help reset a mistake. (a dumb one) :(I watched your video figaro, and I am just a newbie, I don’t have the knowledge at this time to perform that task. I am useing WP 2.7 and I don’t know anything about a Cpanel. So far I havn’t been able to figure it out. I am having some real, but minor problems with my blog due to that one change. things are really messed up from my point of view.
Forum: Fixing WordPress
In reply to: Help reset a mistake. (a dumb one) :(No, I didn’t change anything on the general page. All I was doing at the time was changing the rss feed from sumerized to full feed. After making that change is when I made the stupid mistake and got locked out from doing anything.
I will watch the video, and then try to make the change. I will post the resuls here afterwards, thanks.
Forum: Fixing WordPress
In reply to: Is it done within WordPress?It must only work on the posts to come. I went to my reader and the old posts are still showing just an excerpt. thanks I’ll watch for what the reader does with the next post. meglutenfree.com
Forum: Fixing WordPress
In reply to: Is it done within WordPress?Thanks, I’ll look there!
Forum: Fixing WordPress
In reply to: Read more.Thanks Again!!
Forum: Fixing WordPress
In reply to: Read more.Don’t know what it means. but I checked on the blog, and the correct wording is there, just as you have it. All I did was replace “content” with “excerpt” and left everything else alone. It’s working great!
Forum: Fixing WordPress
In reply to: Read more.doing somthing wrong?
Forum: Fixing WordPress
In reply to: Read more.Forum: Fixing WordPress
In reply to: Read more.<Incidentally, (I don’t know why it messed them up) but in both of the tags I posted above, this:
»
should be this:
»
otherwise it won’t display correctly. >
Forum: Fixing WordPress
In reply to: Read more.I did that wrong I guess. I was trying to quote what part I didn’t understand. it didn’t work.
Forum: Fixing WordPress
In reply to: Read more.Sorry…. But I don’t know what that means???
Forum: Fixing WordPress
In reply to: Read more.That worked great to get only an excerpt of the post! So now the reader just has to click on the post title to read the entire post. But, I would like to have it like I’ve seen in other blogs where at the end of the excerpt, it has a statement like “read more” or something of that sort. I would like to know how to add that. thanks “thisisedie”, that helped.
Forum: Fixing WordPress
In reply to: Read more.If it’s not one thing it’s another!! Before I could make the change I had to change the permissions. Simple… but when I tried to open my FTP client, it wouldn’t. I don’t know what has happened to it, but I guess I will have to reinstall it. I have restarted, rebooted, and still it is crashing when it tries to open??? never had a problem with it before. Weird???
Forum: Fixing WordPress
In reply to: Read more.I thought that might be it, but there was just too much information in it compared to the the simple line that you had said to change. sorry I feel like I know nothing at all in all of this. I’ll see if I can get it done without messing things up. lol
Forum: Fixing WordPress
In reply to: Read more.I’m not quite sure exactly where to put it, this is my index.php, I’m a newbe, and sorry if I sound stupid.
<?php get_header(); ?>
<!– CONTENT –>
<div id=”content-wrapper”>
<div id=”content”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h1>” rel=”bookmark” title=”<?php _e(‘Permanent Link to ‘,’emerald_stretch’); ?><?php the_title(); ?>”><?php the_title(); ?></h1>
<?php the_content(__(‘Read the rest of this post »’,’emerald_stretch’)); ?>
<p id=”postmeta”>
<img src=”<?php bloginfo(‘template_directory’); ?>/img/calendar.gif” />/<?php the_time(‘Y’) ?>/<?php the_time(‘m’) ?>/” title=”<?php _e(‘View all posts for the month of’,’emerald_stretch’); ?> <?php the_time(__(‘F, Y’,’emerald_stretch’)) ?>”><?php the_time(__(‘F j, Y’,’emerald_stretch’)) ?>
<img src=”<?php bloginfo(‘template_directory’); ?>/img/tag.gif” /><?php the_tags(__(‘Tags’,’emerald_stretch’) . ‘: ‘, ‘, ‘, ‘ ‘); ?>
<?php _e(‘Posted in’, ’emerald_stretch’); ?>: <?php the_category(‘, ‘) ?>
<img src=”<?php bloginfo(‘template_directory’); ?>/img/comments.gif” /><?php comments_popup_link(__(‘No Comments’,’emerald_stretch’), __(‘One Comment’,’emerald_stretch’), __(‘% Comments’,’emerald_stretch’), ”, __(‘Comments Closed’, ’emerald_stretch’)); ?>
<span class=”editlink”><?php edit_post_link(__(‘Edit’,’emerald_stretch’),”,”); ?></span>
</p><?php endwhile; ?>
<ul class=”postnav”>
<li class=”left”><?php next_posts_link(__(‘« Older Entries’,’emerald_stretch’)) ?>
<li class=”right”><?php previous_posts_link(__(‘Newer Entries »’,’emerald_stretch’)) ?><?php else : ?>
<h1><?php _e(‘Oops! This blog is brand new’,’emerald_stretch’); ?></h1>
<p><?php _e(‘No posts were found.’,’emerald_stretch’); ?></p>
<?php endif; ?></div>
<!– /CONTENT –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>