perykm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Placement of Sidebar!Well thats rude. Thanks for the help “moderator”… anyone else?
Forum: Themes and Templates
In reply to: Placement of Sidebar!I know html, I just dont know much of php and css. Where would I start?
Forum: Installing WordPress
In reply to: Previous/ Next Link ?Figured it out.
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?NM…I figured it out. Thanks.
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?Ok so things are working great now….but when I added the plugin, the line height changed on the main page. Where would I edit the css to change this?
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?I’m still new to this, so its kinda confusing.
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?<?php get_header(); ?>
<div id=”primary” class=”twocol-stories”>
<div class=”inside”>
<?php
// Here is the call to only make two posts show up on the homepage REGARDLESS of your options in the control panel
query_posts(‘showposts=2’);
?>
<?php if (have_posts()) : ?>
<?php $first = true; ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”story<?php if($first == true) echo ” first” ?>”>
<h3>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h3>
<?php the_excerpt(); ?>
<div class=”details”>
<?= _(‘Posted at’) ?> <?php the_time(‘ga \o\n ‘ . $hemingway->date_format(true) . ‘/y’) ?> | <?php comments_popup_link(‘no comments’, ‘1 comment’, ‘% comments’); ?> | Filed Under: <?php the_category(‘, ‘) ?>
</div>
</div>
<?php $first = false; ?>
<?php endwhile; ?>
</div><?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 class=”clear”></div>
</div>
<!– [END] #primary –><?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?Sweet! Thanks. So now that I have the <?php the_excerpt(); ?> in place, how can I make a link like “Read More..” Instead of […]?
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?How do I do this if I want this to occur on every post on the main page? Where do I insert the code?
Forum: Everything else WordPress
In reply to: Ping When Saved?Thanks
Forum: Fixing WordPress
In reply to: Archives – […] help?I have the same issue…
Forum: Themes and Templates
In reply to: Another Footer ProblemSeems to be working. Thanks.
Forum: Themes and Templates
In reply to: Another Footer Problemthat didn’t work either…
Forum: Themes and Templates
In reply to: Another Footer ProblemHey Spencerp,
I know that the footer shows up, but it doesn’t display at the very bottom on the page. I would like to have a bottom margin of 5px and that is all. Can someone help me though this…step by step? Everything else on my blog is great.\
Mike
Forum: Themes and Templates
In reply to: Another Footer ProblemActually I thought i fixed the problem, but I really didnt…this is stressful… something so simple.