Editing Title Area

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5822
    emediately
    Member

    Hi, I’m trying to edit the header. To be more specific, the “TITLE AREA”.

    I’m editing header.php and I find this:
    <?php mo_populate_top_area(); ?>

    However, that doesn’t help. I’m trying to edit this code (source code when viewing site in HTML:)
    <div id=”title-area” class=”clearfix”><div class=”inner” style=”opacity: 1;”><h1 class=”page-title entry-title”>Page – Default Template</h1></div></div>

    Where can I edit this “title area”? Which PHP file?

    #5857
    Raghavendra
    Moderator

    The said code is in the framework/functions/utility-functions.php file at line number 438 onwards.

    But I am curious why you need to edit this. This area is totally customizable and you can enter any HTML content you want by entering the required HTML content in the “Custom Header Options” in the page/post edit window. The Header Options section also helps in simple cases where you want to add just an image background etc.

    #8777
    BmcD73
    Member
    This reply has been marked as private.
    #8811
    Veena
    Moderator

    I have placed the above 4 line meta tags in the head section of header.php.
    It was absolutely visible in page source.

    #8812
    BmcD73
    Member

    so I have to edit the header.php not the “custom header” of the page itself?

    #8831
    Raghavendra
    Moderator

    Yes, that would do.

    #8840
    BmcD73
    Member

    Thank you. Got it working already. Great support!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Editing Title Area’ is closed to new replies.