shaky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the_contentAlso, it doesn’t show the entire month or category archive. Just a few posts. How do I get it to show the entire archive?
Thanks
Forum: Fixing WordPress
In reply to: the_contentErm, OK, I seem to have been lying! Seems to be working now. Maybe cached. I don’t see the line below that you mention. only:
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<small><?php the_time('l, F jS, Y') ?></small><div class="entry">
<?php the_content('','1','') ?>
</div><p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
Forum: Fixing WordPress
In reply to: The comment system is about to drive me insaneForum: Fixing WordPress
In reply to: HTML Tags Not ClosingI’m suddenly getting the same thing.
Forum: Fixing WordPress
In reply to: permalinks questionAnyone? I’m not having any luck 🙁
Forum: Fixing WordPress
In reply to: permalinks questionHmm, doesn’t that move the entire blog to the web root? I want my index to be in domain/blog but my archives to be in domain/archives.
It’s only cos my old MT blog was setup like that. I’m using idly’s fix to use old _’s, but Google and all other people’s links to my archives are unfortunately to domain/archives.Forum: Fixing WordPress
In reply to: Importing Links?How exactly did you do it?