• Resolved floridawebguy

    (@floridawebguy)


    On the posts page of my website, how do I hide the category, by ____ and X comments? I would like to leave the posting date.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter floridawebguy

    (@floridawebguy)

    I found the way to change “by admin” to “by my name” that issue is solved!!!!!

    Only thing left is showing titles on the singular post display for a blog.

    Again WPyogi, I owe you big time!

    Hey, it looks like it’s working fine with the titles — make sure you’ve cleared your browser cache. I think the last code I posted worked as intended — it has display none for all the pages, except the blog. Is that what you want?

    You’re welcome…anytime, and thanks for your kind words too. And good for you for solving a lot yourself too.

    Thread Starter floridawebguy

    (@floridawebguy)

    The posts are appearing on the blog home page – https://jaredfinegold.com/blog/

    If you click on the title from that page to view the post, the title disappears. https://jaredfinegold.com/day-1-blogging-day-2-training/

    What do we think the workaround is?

    You can add the single class to this:

    body.blog .post-title,
    body.single .post-title {
        display: block;
    }

    So that will cover any pages using the single.php template. Does that work?

    Thread Starter floridawebguy

    (@floridawebguy)

    You’re AMAZING!!!!!!!!! It worked perfectly. Do you have an email address or website? I’d love to keep in touch.

    Sure…is that your personal site, I’m guessing? (If so, I’ll email you?) Looks like you have a cool job?!

    Thread Starter floridawebguy

    (@floridawebguy)

    Yup, shoot me an e-mail!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘hide category, by and comments’ is closed to new replies.