Removing page titles without removing post titles

Homepage Community Forums Epik Theme Support Removing page titles without removing post titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14262
    mjones942
    Customer

      I don’t want my pages to output the page title at the top of every page but I’ve not been able to get rid of the titles without also deleting the titles of blog posts on the blog page. Any easy fix to this?

      #14279
      Eric
      Customer

        The most simplest way I can think of without having to get deep into PHP code –

        .page .entry-title {
        	display: none;
        }

        Add that to your css, and it will remove it on the Pages, but NOT the Posts.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #14283
        mjones942
        Customer

          Thanks man, appreciate the reply! What I have at the moment is a <style> at the top of each page with .entry-title as display:none but that’s way cleaner and will definitely be implemented in the morning. Appreciate the help!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Removing page titles without removing post titles’ is closed to new replies.