fragmentsofself
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP flashytitles plugin helpThe permission change fixed my error, and though it seems everything is correct, my “flashy titles” aren’t showing up at all.
Forum: Plugins
In reply to: Previous posts
<h5><img src="http://fragmentsofself.com/images/entry.png" alt="Post" /><?php the_time("m.d.y") ?> -- <?php the_title(); ?></h5>
<div class="categories">
Filed under <?php the_category(', ') ?></div>
<div class="content">
<?php the_content(); ?>
<div class="commenters"><?php mdv_comment_plugger('<b>Comments by:</b> ', 200); ?></div>
</div>
That’s my “main entry”.
What I’m trying to do is setup my main index page as follows:
The most recent entry (focus entry) is shown as full text.
The second and third entry – I would like them to automatically be written as an excerpt, once the focus entry is published.
Without having to edit the previous entries manually by adding a more link, is it possible to do this with a plug-in, and does one exist?
Forum: Themes and Templates
In reply to: CSS and themesI thought i had taken out the second # weblog.
I need the margin because if i leave it as just the float, it’s too far over on the left.
Forum: Themes and Templates
In reply to: CSS and themesThat was helpful, however I’m still having heinous margin problems in ie
http://fragmentsofself.com/test
I’ve been reading on the ie errors and the box model and whatnot but i am so incredibly lost.