draclan12
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not include certian pictures in a gallery.Bump.
Forum: Fixing WordPress
In reply to: Feedburner only showing summaries.If you view the feed with a browser, it may indeed look like you only have summaries. However, remember that browsers aren’t feed readers.
View Source — or, even better, use a real feed reader — and you’ll see the entire post is indeed in there.
Okay, that makes more sense. Thanks.
Forum: Themes and Templates
In reply to: Sidebar Archives – LowercaseYou can use CSS to do that. Just find the class or ID of that part and do this.
.class-of-text { text-transform:lowercase; }Make sure you replace the class-of-text part with the actual thing.
If you could provide a link to the page, I would be able to tell you exactly.
Forum: Themes and Templates
In reply to: Display 1 category w/ link to itThanks a lot, that works perfectly.
Forum: Themes and Templates
In reply to: Display 1 category w/ link to itWhat theme are you using? Usually when you click on a category link, all the posts under that category will show up using the archive.php or category.php
OR, you can create your own category template
http://codex.wordpress.org/Category_TemplatesI’m making my own theme. I know if you put this:
<?php the_category(' '); ?>It’ll display all the categories of that post (with links), but I want it to display only one category (with a link to it).
Forum: Fixing WordPress
In reply to: FLIR with Superfish..*bump*
Forum: Fixing WordPress
In reply to: FLIR with Superfish..Err, that link up there probably won’t work.. I’m just saying.