• So I installed wordpress onto my website and edited the index.php, header.php, and footer.php to get the blog directly into my site. It works perfectly. But, it doesn’t look like I want it to. After countless hours trying to decipher the code I’m asking for help. This is my one single post and it looks exactly as I have posted below this paragraph. My biggest problem (which is still quite small) is how do I get the “Ernest G” out of there as well the catergory. I just don’t want it to show up. Thanks in advance

    Welcome – Under Construction

    Posted on April 5, 2011 by Ernest G
    If you were directed here by someone to test the site, please simply browse around and let me know of any problems you experience. The website should be completed by May.

    Posted in Uncategorized | Leave a comment

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That would probably be stored in single.php, of your theme, but it really depends on your theme.

    THANKFULLY. This is not a MultiSite thing. I’m going to move this to Themes as there are more brainier themers there then here ??

    I agree with Ipstenu, the most important thing is: what theme are you using? haha. Is it Twenty Ten?

    Thread Starter ernestg

    (@ernestg)

    Yes! It is twenty ten… does that make it easier? Like I said, all I did to the theme to change it was change the header index and footer php files to make it look like my existing website. I have one post that look like this:

    “Welcome – Under Construction

    Posted on April 5, 2011 by Ernest G
    If you were directed here by someone to test the site, please simply browse around and let me know of any problems you experience. The website should be completed by May.

    Posted in Uncategorized | Leave a comment”

    It’s not styled at all. It’s just coming up as plain text. Which is fine buy, I want to get rid of who it is posted by and where it was posted in…

    Thread Starter ernestg

    (@ernestg)

    Thanks! I’ll look into it later today or tomorrow. If anyone else has any hints, tips or ticks let me know. Also, is this like css? I would find it amazing if I could simply go:

    [please mark even small snippets of code using the ‘code’ button or backticks]

    .post {
    desired attributes
    }
    
    .post image{
    desired attribute
    }

    Is that possible?

    part b:
    https://pastebin.com/EbhtpCYK

    (this refers only to the post(s) on the blog page)

    .post {
    desired attributes
    }
    
    .post img{
    desired attribute
    }

    yes, it is css – it is a start …

    (possible, yes, but not guaranteed to style all elements, as some might have styles with higher priority in other parts of the stylesheet;
    this kind of code would belong into style.css of the theme)

    my favorite css tutorial site:
    https://www.w3schools.com/css/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Small Problem/Easy FIx?’ is closed to new replies.