Remove title from static homepage
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove title from static homepage’ is closed to new replies.