Forum Replies Created

Viewing 15 replies - 16 through 30 (of 38 total)
  • edpham

    (@edpham)

    I think he means that a plugin where you can put it in with your WP site without looking completely separate from it.

    edpham

    (@edpham)

    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. ??

    edpham

    (@edpham)

    Yeah. It can be done on 1.2.1

    edpham

    (@edpham)

    For some reason, I’m getting an error that says that the page isn’t there… Maybe the file doesn’t exist perhaps?

    edpham

    (@edpham)

    Well, 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.

    Thread Starter edpham

    (@edpham)

    That 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.

    You 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.

    Thread Starter edpham

    (@edpham)

    I 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…

    Thread Starter edpham

    (@edpham)

    Hrm… 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 error
    Thread Starter edpham

    (@edpham)

    Okay… Although never mind now. For some weird reason, everything went back to normal after I posted this. >_<

    Forum: Fixing WordPress
    In reply to: browndog returns

    The 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.

    Thread Starter edpham

    (@edpham)

    Heh ??

    Forum: Plugins
    In reply to: Nice Titles
    Thread Starter edpham

    (@edpham)

    Yep. That’s pretty much it.

    Thread Starter edpham

    (@edpham)

    Must have. ??

    Anything 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.

Viewing 15 replies - 16 through 30 (of 38 total)