• Resolved 1ninedesign

    (@1ninedesign)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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!

    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!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove title from static homepage’ is closed to new replies.