Forums

[resolved] Remove title from static homepage (3 posts)

  1. 1ninedesign
    Member
    Posted 1 year ago #

    hey guys,
    I just recently activated a theme I created and exported from Artisteer. Now I want to be able to remove the page title from my static homepage. The only reason being simply that I don't like the "Home" title there on the page, and I want to remove it altogether from JUST the homepage.

    You can see the homepage at evergreenbaptistchurch.org.

    I've been perusing the forum and found several proposed solutions, but none of them seem to apply to the code I see in my php files. Here is the code in my page.php file:

    <?php
    get_header();
    
     if (have_posts())
     {
        while (have_posts())
        {
          art_post();
        }
        art_page_navi();
     } else {
        art_not_found_msg();
     }
    
    get_footer();

    And for my page.php file:
    [Code moderated as per the Forum Rules. Please use the pastebin]

  2. AUSJUS
    Member
    Posted 1 year ago #

    hey 1ninedesign,

    I see you've fixed this on your home page - can you let me know what you did? I'm having the same problem and ever since WP3.1, can't for the life of me find what controls this. Big change from WP2.9!

    thanks!

  3. AUSJUS
    Member
    Posted 1 year ago #

    Just worked out the obvious! There is an option on the edit page, "hidden" above the publish box on the top right corner. Can't see the forest for the trees!!!

Topic Closed

This topic has been closed to new replies.

About this Topic