• Hi, I’m hoping someone here can help me… I’ve been searching up and down in the editor for the London Creative+ v4.0 theme to find a place where I can get rid of the “posted in” text that appears right below the title of a blog post. It’ll say “Hello world” or something for the title and then “posted in Home.” Do anyone of you know how to get rid of the “posted in xyz place” text? (If there’s already a thread for this, sorries.)

    Any help is appreciated. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t have a copy of this particular theme but I suspect that would would need to look in index.php, archive.php, and single.php to find the string of code you need to remove. From looking at the demo it seems that it should be located inside a div called title_holder and should be surrounded by an <h3>.

    If you not comportable editing the code you can add this line of css to your theme.

    div.title_holder h3 {display:none;} and that should hide that particular line of text.

    Thread Starter buttonlucho

    (@buttonlucho)

    Thank you so much! I went to index.php, found the <h3> spot and removed the following: <h3>Posted In <span><?php the_category(‘,’); ?></span></h3>

    It works!! Yay; thanks! 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "posted in"’ is closed to new replies.