edpham
Forum Replies Created
-
Forum: Plugins
In reply to: Any good photo albums outhere ?I think he means that a plugin where you can put it in with your WP site without looking completely separate from it.
Forum: Plugins
In reply to: Any good photo albums outhere ?The Flickr one is nice, especially with the ability to group pictures into sets together. Unfortunately, the fact that you can only have a maximum of three sets unless you pay for premium access, is a little bit of a letdown. ??
Forum: Fixing WordPress
In reply to: Pre-approving postsYeah. It can be done on 1.2.1
Forum: Fixing WordPress
In reply to: Won’t create the feed code for meFor some reason, I’m getting an error that says that the page isn’t there… Maybe the file doesn’t exist perhaps?
Forum: Themes and Templates
In reply to: modifying a templateWell, the CSS is the simplest way to do it actually. To separate the post content from the post title, find in your wp-layout.css file the following:
.storytitle {
margin-top: 0.25em;
padding-bottom: 10px;
}
You can make it larger or smaller, however much you need. As for in between posts and the comments… Based on the HTML that you wrote, you can add the following in your CSS file:
#comments {
padding-top: 10px;
}
Again, you can increase the number to increase the size of the space.Forum: Themes and Templates
In reply to: Menu going over the footerThat did make the text smaller so that it didn’t go over the footer. But when I changed it back to the original size (because of the difficulty of actually seeing the menu), it still didn’t work. The menu is still floating over the footer.
Well, at least that helped me make sure that it was CSS valid now.Forum: Fixing WordPress
In reply to: HTML Pages in Same StyleYou probably want to use static pages.
Here’s a way to make static pages:
A tutorial to making pages like the ones that you described.Forum: Fixing WordPress
In reply to: get_archives() problemI don’t think you’re getting what I’m trying to say.
?? 10/11/2004a€“10/18/2004
?? 10/10/2004a€“10/17/2004
Like this one for example. They’re overlapping dates. It shouldn’t be overlapping like that…Forum: Fixing WordPress
In reply to: get_archives() problemHrm… That’s weird. This is what I’m seeing right now:
?? 10/11/2004a€“10/18/2004
?? 10/10/2004a€“10/17/2004
?? 10/03/2004a€“10/10/2004
?? 09/20/2004a€“09/26/2004
?? 09/13/2004a€“09/19/2004
?? 09/12/2004a€“09/19/2004
?? 09/05/2004a€“09/12/2004
?? 08/29/2004a€“09/05/2004
?? 08/22/2004a€“08/29/2004
?? 08/15/2004a€“08/22/2004
?? 08/02/2004a€“08/08/2004
?? 08/01/2004a€“08/08/2004
?? 07/25/2004a€“08/01/2004
?? 07/18/2004a€“07/25/2004
?? 07/05/2004a€“07/11/2004
?? 07/04/2004a€“07/11/2004
?? 06/27/2004a€“07/04/2004
?? 06/14/2004a€“06/20/2004
?? 06/07/2004a€“06/13/2004
?? 06/06/2004a€“06/13/2004
?? 05/30/2004a€“06/06/2004
?? 05/17/2004a€“05/23/2004
?? 05/10/2004a€“05/16/2004
?? 05/09/2004a€“05/16/2004
?? 05/02/2004a€“05/09/2004
?? 04/25/2004a€“05/02/2004
?? 04/12/2004a€“04/18/2004
?? 04/05/2004a€“04/11/2004
?? 03/29/2004a€“04/05/2004
?? 03/28/2004a€“04/05/2004
I don’t know they’re looking different like that.Forum: Fixing WordPress
In reply to: Database errorOkay… Although never mind now. For some weird reason, everything went back to normal after I posted this. >_<
Forum: Fixing WordPress
In reply to: browndog returnsThe way to change the site design is to use your wp-layout.css file to change the way that your site looks. You can change it in any way that you want it to. Colors, fonts, etc.
As for the second part, the best way to do that is to use a header in your index.php and call the banner that you want to have added there. I don’t really know how to explain it since I’m not that good with coding, but I’m sure someone will.Forum: Everything else WordPress
In reply to: Where do trolls come from anyway?Heh ??
Forum: Plugins
In reply to: Nice TitlesYep. That’s pretty much it.
Forum: Everything else WordPress
In reply to: Banner Ads?Must have. ??
Forum: Fixing WordPress
In reply to: comments – dustan’s time since pluginAnything in the /* and the */ are just comments. The code that you add in there will make it display the “time since” code. It will still have the time that the comment was posted until you delete the call.