• Resolved windowplanet

    (@windowplanet)


    Now that you have helped me to rid of that pesky error, I’m on to a new issue.. How do I remove the blog posting details, such as “Posted on.. By” and below the content it reads, “Posted in feature”

    Is there a way to just omit the featured content entirely, and set the widgets horizontally across the bottom of the page? It’s not a huge deal, just seems like a really long page, and I don’t really need that section to post in.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ulrich

    (@grapplerulrich)

    You could hide the posted on by usin this css.

    .post-meta{
    display: none;
    }

    Is there a way to just omit the featured content entirely, and set the widgets horizontally across the bottom of the page?

    There are no settings to do this. A developer can do this easily for you.

    Thread Starter windowplanet

    (@windowplanet)

    I added the css at the end of the single.php, and it didn’t work.. Is there a specific spot that I need to add this to? I just want it to look like a standard image, there on the home page, and not a posting.

    Thread Starter windowplanet

    (@windowplanet)

    Ok, I figured that out. Sort of embarrassing trying to learn where to put this coding. Thank you for being patient. Now, is there anything to get rid of the “Posted in Featured” at the end of the post?

    Theme Author Ulrich

    (@grapplerulrich)

    Great, so that would be.

    .post-data {
    display: none;
    }
    Thread Starter windowplanet

    (@windowplanet)

    Worked perfectly! Thank you again, so much for all of your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"Featured Content"’ is closed to new replies.