hide page/post title

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 27, 2016.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    can you please tell me how to hide a page/post title?

    none of the plugins is working.

    thanks,
    rex
     
  2. shruti26

    shruti26 Guest

    Hi Rex,

    Hope you are doing good!

    To hide the Title of the Page/Post just paste the code given below in Custom CSS section
    (Customize -> Theme Settings -> Custom Settings -> Custom CSS Section) of your dashboard.

    Code:
    h1, .page_heading h1, h1.post_title, h1.post_title a, .page-title {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi Shruti, thanks. I should have clarified. How do I do this on a page-by-page basis (instead of globally)? Some pages require a hidden title and others do not. That's why I tried all the plug-ins.

    Also, can I ask you please to take a look at my other outstanding tickets. Naveen doesn't seem to be around and I'm waiting on replies to the following:
    Thanks so much!
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,

    That's not possible, you are not supposed to hide title of a specific page, It's a WordPress default functionality.

    I hope you understand.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    There are numerous plug ins that provide this functionality. None works on the One Page theme.

    Any ideas why? And what I can do to fix?
     
  6. shruti26

    shruti26 Guest

    Hi Rex,

    Wish you a very Happy New Year!

    You can leave the Title Field Blank while creating a Page and configure the Title for the MENU Tab from Dashboard >> Appearance >> Menu.

    This will help you hide the Title for the desired Page/Post.

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  7. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks for the suggestion. Doesn't really meet my needs, though.

    I'll try some more plug ins to see if I can find one that works.
     

Share This Page