Viewing 2 replies - 1 through 2 (of 2 total)
  • If you examine the HTML for the page, you will see that the Date, Author, Category, and Comments are in an unordered list in a div with the class of .blog_info. You could edit the template being used to delete the code in that div, or hide the items by adding lines like these to the end of style.css:

    .blog_info ul li.date_icon { display: none; }
    .blog_info ul li.written_by { display: none; }
    .blog_info ul li.category { display: none; }
    .blog_info ul li.comment_icon { display: none; }

    For the Comment section at the end, you can probably eliminate that by editing the page and clearing the checkboxes for ‘Allow coments’ and ‘Allow trackbacks …’ in the Discussion section.

    Thread Starter 00glitch

    (@00glitch)

    Thanks buddy! It worked!

    I had to install a plugin called “Disable Comments” to get rid of the comments section since clearing the ‘Allow comments’ and ‘Allow trackbacks” didn’t work.

    But the plugin works like a charm.

    Copy-pasting the 4 lines you provided also did the magic too.

    You made my day.

    I really appreciate it =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Date, Category, Comments on top’ is closed to new replies.