joshbickford
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Recent posts, recent comment links?Anyone?
Forum: Fixing WordPress
In reply to: Recent posts, recent comment links?Arghh. Let me try this again. The links needed would be to pull up the recent posts, recent comments etc. from what I have recently posted.
<div id="changebox"> <ul id="changebox-header"> <li class="active" id="change-posts" ><a href="#">Recent posts</a></li> <li id="change-comments" ><a href="#">Recent comments</a></li> <li id="change-tag"><a href="#">Tag cloud</a></li> </ul> <div id="changebox-content"> <?php echo "<ul>"; $lastposts = get_posts('numberposts=7&orderby=post_date'); foreach($lastposts as $post) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endforeach; echo "</ul>"; ?> </div>
Forum: Fixing WordPress
In reply to: Upgrade to WP 2.2.1 And Now My Posts Have an A after each period?Moshu has attained hero status in my book! Thanks, that worked and was quite easy to do!
Forum: Fixing WordPress
In reply to: Upgrade to WP 2.2.1 And Now My Posts Have an A after each period?Here’s an example of what I am talking about……
From Magnificenceblog-
“You see, laws work a certain way every single time.? It’s the way God set things up.? It doesn’t matter what you do, how you do it, what you try, or how you try it–you cannot go against a law.? If something is heavier than air, it falls–every single time.? It’s the law of gravity, and it never fails.
All things have opposites, and all opposites are equal.? It’s the law of opposites.? Never, ever, ever, ever fails.”
–What the heck is that and how do I fix it?
Forum: Your WordPress
In reply to: Going to redesign, what should I keep, what should I change?Thanks, I did plan on switching the headers, I’m just using the theme right now! I wanted to get this put up before I spent any money to have it redesigned.
Thanks again!
Forum: Fixing WordPress
In reply to: Can’t edit/delete pages in 2.1 (post are OK)I got the same thing. I cannot edit pages, posts are no sweat.
Forum: Themes and Templates
In reply to: Podpress–Can’t download my podcastThanks, I cannot say thank you enough!
Forum: Themes and Templates
In reply to: Podpress–Can’t download my podcastThanks, I cannot say thank you enough!
Forum: Themes and Templates
In reply to: Podpress–Can’t download my podcastdrmike- It is there, that’s the problem. When someone goes to download it, or listen to it they get that 404 page. I know you can’t see it, but that link you have is exactly where that podcast sits on the server.