shoutlove
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: Excerpts HelpI’m already on full text. You know what? Never mind, I’m going to put a new theme up. Thanks anyway.
Forum: Themes and Templates
In reply to: Excerpts HelpI’m not seeing the_excerpt…
This is what my index.php page says:
<?php get_header(); ?> <div class="entry"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small> <br /><div class="end"><?php the_content_rss('', TRUE, '', 50); ?></div> <div class="end">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div> <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div> </div> <br /> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <?php get_footer(); ?>
Forum: Everything else WordPress
In reply to: Image ProblemsThank you so much!!
Forum: Fixing WordPress
In reply to: Help Wanted With Truncating Massive Category ListAll’s good with the plugin. I’m working on the rest of it as I write this, sadly at the moment my internet is nothing if not tempermental, so we’ll see!
Forum: Fixing WordPress
In reply to: Help Wanted With Truncating Massive Category ListThanks so much. I’ll look at all that, and I’ll post back if I have any problems!
Forum: Fixing WordPress
In reply to: Display problemThanks!
Forum: Fixing WordPress
In reply to: Display problemAnyone?
Forum: Plugins
In reply to: Sidebar Widgets installed but can’t drag them to SidebarI have that exact same prob in Firefox, but work around it by changing my sidebar in IE.
Viewing 8 replies - 1 through 8 (of 8 total)