davestolte
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page background color inconsistentThanks, I’ll look into that.
Forum: Fixing WordPress
In reply to: How to ensure one post always stays above others?FYI all you hostile people, I searched these forums for “Keep post on top”, “timestamp”, “keep post above others” and found nothing.
Thanks harknell, I’ll check it out.
Forum: Your WordPress
In reply to: Geek News SiteCurious, where’d you get the idea of a WordPress-driven front-end geek news site with an IPB community?
Forum: Fixing WordPress
In reply to: How to create a Page of Tags?Here’s a better example of the problem:
This is clicking on the studios:upa tag on the directory page:
http://tooninanimation.net/wordpress/?tag=upaThis is searching for “upa” in the search widget:
http://tooninanimation.net/wordpress/?s=upaForum: Fixing WordPress
In reply to: How to create a Page of Tags?Related issue:
The tag links aren’t behaving correctly. Clicking on one gets this:
http://tooninanimation.net/wordpress/?tag=pixarAnd we want it to do something more like this:
http://tooninanimation.net/wordpress/?s=PixarForum: Fixing WordPress
In reply to: How to create a Page of Tags?Forum: Fixing WordPress
In reply to: How to create a Page of Tags?Also, the links represented by each tag are incorrect at the moment – they should go to an Archive page of all posts containing that link. Where would I fix that?
Forum: Fixing WordPress
In reply to: How to create a Page of Tags?Thanks, you guys are a great help.
I’m 90% there – just need to figure out how to display them as a list, not a jumble:
http://tooninanimation.net/wordpress/?page_id=107Here’s how I have my PHP:
<?php /* Template Name: Directory */ ?> <?php get_header(); ?> <?php get_sidebar(); ?> <div id="content" class="widecolumn"> <h2>Directory</h2> <?php wp_tag_cloud('smallest=10&largest=10&format=flat'); ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <?php endwhile; ?> <?php endif; ?> </div> </body> </html>Forum: Themes and Templates
In reply to: Is it possible to have a background color AND image?Thanks!
Forum: Your WordPress
In reply to: Geek News SiteI think a little air between stories, and maybe run the body text a hair smaller?
Forum: Your WordPress
In reply to: My blog: ’70s nostalgia, bbq & boozeThanks all, I’ve taken your comments to heart & revised the layout slightly… check it out!
Forum: Your WordPress
In reply to: My blog: ’70s nostalgia, bbq & boozeThanks, Paul!
Not completely retro… I worry about it getting too kitschy. I’d rather let the content speak for itself… but who knows. Now that it’s in WordPress, I can play around with the layout easier.
I’ve thought about adding an “about” page… good idea.
Forum: Your WordPress
In reply to: Geek News SiteLooks good – the type reads a little crowded, though.
Forum: Fixing WordPress
In reply to: Where to add a footer graphic?Got it – had some help from a coder.
#footerbox{image="http://www.pupntaco.com/images/divider.gif";height:50px;line-height:50px !important;margin:0;padding:0;}Forum: Fixing WordPress
In reply to: How to restrict the front page to one blog post?JaneLitte, two minutes later, my blog is perfect. Thanks a million!
— Dave