Removing the Page Title from Select Pages or Posts

Support Area Forums Epic Removing the Page Title from Select Pages or Posts

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://melechhaolam.net/shalomaleichem
  • Author
    Posts
  • #23343
    Keith Key
    Participant

    This allows you to naturally create a Page or Post name to name a page or post in Epic and use it in your Main menu or Blog Post but not have to actually display it at the top of a created Page or Post if you don’t wish to.

    This is just a reflection a solution with a slight modification of the instruction for the Epic theme that I used successfully that Bill gave in a post for someone using the Elite theme in the support forum: https://support.organizedthemes.com/forums/topic/home-title/

    As I understand it there are programmatic ways to write conditional statements to exclude Title Page or Post names in select pages or posts which are not discussed here.

    A simplistic alternative that is mentioned in the topic above is simply to add a Plugin from your Dashboard called “Style Buddy”.

    After I installed “Style Buddy” in see a CSS modifications box at the bottom of the page edit where I added the following line: YOU MUST USE YOUR PAGE ID NUMBER EXPLAINED BELOW

    .page-id-2538 .title {display: none;} < REPLACE THE 2538 with your Page ID as described below.

    This is based on a page created with the default layout.

    What I did choose to View the Source in Internet Explorer of the page after creation and use the Find search to find the “page-id” < I’m sure there are more intelligent ways to do this.

    I tested a post as well to remove the Title Page post name in the post by inserting this at the bottom of the Post page in the “Style Buddy” CSS box for posts in the Epic theme:

    .postid-2579 .title {display: none;}

    Hope this helps you, it was a bridge I delayed in crossing.

    #23344
    Keith Key
    Participant

    Replace 2579 in the .postid-2579 with your Post ID number, it was located and much easier to find in my address bar even when editing the post.

    #23348
    Keith Key
    Participant

    So why would you want to remove the automatic insertion of the Title in a Page or Post?
    Whats my agenda?

    My goals are: Responsive for Mobile, Quick and Easy for me, and Elegance without limitation.

    I have to share this because it really makes this all actually fun, all I have to do is drag around Images, Text Blocks with styling, Audio, Video clips, Html Blocks etc.. and its works great with the Epic theme and is responsive for multiple display types.

    I praise the Lord for leading me to Organized Themes and just recently Zedity for the quickest solution as time is always an issue.

    I’ve tested the Epic theme which is highly responsive and the inclusion of the Zedity plugin on multiple devices that I have IPOD, IPAD and an Android Galaxy Samsung 4 tablet.

    http://melechhaolam.net/shalomaleichem < looks good on all of 320px and up mobile devices that I tested.

    I tested the output Displays on: http://quirktools.com/screenfly/ <turn on Allow Scrolling

    I will mention that Zedity seems to be SEO Friendly to allowing you to specify your new Custom Title Text as H1, H2 or so headers.

    #23365
    Bill Robbins
    Moderator

    Thanks for sharing the tips Keith. I do appreciate it 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the Page Title from Select Pages or Posts’ is closed to new replies.