nmallory
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: future posts posting in present or not at all?Because I don’t want the article to show up until tomorrow?
Forum: Fixing WordPress
In reply to: Is codex down?I agree with latinastyln. ??
Forum: Fixing WordPress
In reply to: future posts posting in present or not at all?Hmmmm…ok…I’ll know if it worked tomorrow at noon. ??
For some reason, I thought that field was just for when you’d already published something and wanted to change the time.
Thanks!
Forum: Themes and Templates
In reply to: WP Theme: HorizontalI also noticed the problem with changing the margins.
However, your nifty corners actually look rounded. ?? I’m jealous. Mine just aren’t noticable: https://theweekendchef.exit-23.net/ (They are on the recipes but not the other posts.
Forum: Themes and Templates
In reply to: WP Theme: HorizontalNo. I like how it has a tab like an index card at the top. I tried to figure a way to do this without images myself to format my recipe posts, but nifty corners is the only thing I’ve found and it doesn’t seem to really work on my site for some reason.
Forum: Themes and Templates
In reply to: WP Theme: HorizontalOooo…that would be a good look for a photoblog.
How did you do the tabby bit at the top? Image or nifty corners or something else?
Forum: Your WordPress
In reply to: How do you like me now?You realize that my next challenge will be to limit the home page to 10 posts but archives and categories to 20 or 30…hmmmm…I’d take my laptop on vacation and play with it but it’ll be useless with no internet. ??
Forum: Fixing WordPress
In reply to: Loading order of WordPress templatesHave you tried reviewing the source code once your index page loads? I sometimes find by looking at that code, I can find where the problem is elsewhere — ie open tags, etc.
Forum: Your WordPress
In reply to: How do you like me now?Yay, got the headline thing working for indexes!
Forum: Fixing WordPress
In reply to: How To Really Have Headlines On The Index PageOK I got it working and here is my site specific code, but maybe you can figure it out from what I did:
'
<?php get_header(); ?>
<?php if (is_category()) { $posts = query_posts($query_string . '&orderby=title&order=asc'); } ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php if ( in_category('5') && ((!(is_category())) || (!(is_archive())))) { ?>
<div class ="recipe">
<?php } else { ?>
<div class="post">
<?php } ?><?php if ( in_category('5') ) { ?>
<h2 class="recipe" id="post-<?php the_ID(); ?>">
<?php } else if (in_category('2')) { ?>
<h2 class="prod" id="post-<?php the_ID(); ?>">
<?php } else if (in_category('3')) { ?>
<h2 class="tip" id="post-<?php the_ID(); ?>">
<?php } else if (in_category('4')) { ?>
<h2 class="food" id="post-<?php the_ID(); ?>">
<?php } else { ?>
<h2 id="post-<?php the_ID(); ?>">
<?php } ?>
<a>" rel="bookmark"><?php the_title(); ?></a></h2><?php if (is_home() || is_date() || is_author()) { ?>
<div class="meta"><?php _e("filed under"); ?> <?php the_category(',') ?> <?php _e("on");?> <?php the_time('l j F Y'); ?> <?php _e("at");?> <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
<?php } else { ?>
<div class="meta"><?php _e("on");?> <?php the_time('l j F Y'); ?> <?php _e("at");?> <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
<?php } ?><?php if (!is_category() || !is_archive()) { ?>
<div class="storycontent">
<?php if (is_home() || is_date() || is_author() || is_archive() || is_category()) {
if ( in_category('5') ) { the_excerpt_reloaded(30, ''<i><em><img><a><b><ul><li><ol><br>'', ''content'', TRUE, '' (more...)'', TRUE, 2, TRUE);
} else {
the_excerpt_reloaded(50, ''<i><em><img><a><b><ul><li><ol><br>'', ''content'', TRUE, '' (more...)'', TRUE, 2, TRUE);
}
} else { the_content(); }?>
</div>
<div class="feedback">
<a>">Print</a> | <a>">Email This</a> |
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(''Comments (0)''), __(''Comments (1)''), __(''Comments (%)'')); ?>
</div>
<?php } ?>
</div><?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?><?php posts_nav_link(' — ', __('? Previous Page'), __('Next Page ?')); ?>
<?php get_footer(); ?>'
Forum: Fixing WordPress
In reply to: How To Really Have Headlines On The Index PageI too am curious how to do this, but I want to do it just on the category and archive pages. I tried adding some code to the main index page to check if it’s a category page and if it is, only print the title and info but not the content or feedback link. It didn’t like my is_category() and I eventually had to take it out.
Forum: Your WordPress
In reply to: How do you like me now?Wow! Thanks! They’re in alphabetical order now. I’ll have to think about doing an alphabetical index. Not quite sure how to do it at this moment
Forum: Themes and Templates
In reply to: WP theme: Clean BlueIt has a nice blocky look to it. How did you do the alternating backgrounds for the links in the top left corner?
Forum: Installing WordPress
In reply to: Themes don’t validate. Exploding computer.You people crack me up.
Forum: Themes and Templates
In reply to: Photoblog themes for WP? Wishful thinking?Interesting. I’m looking to start a photolog to be used both as a portfolio for my stained glass work and for my photography. No reason why my parents have to be the only ones subjected to it. ??
If I get a chance this weekend, I’ll look into using your design. Thanks!