Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front-page1.php #29

Closed
justintadlock opened this issue Jun 30, 2015 · 1 comment
Closed

front-page1.php #29

justintadlock opened this issue Jun 30, 2015 · 1 comment

Comments

@justintadlock
Copy link

This template doesn't seem to be used for anything. You can remove it if not needed.

@leac
Copy link
Owner

leac commented Aug 26, 2016

This was the template file I used when upgrading the site to the new theme. I'll leave the code here for posterity, and remove the file and its accompanying image from the theme:

<!DOCTYPE html>
<head>
    <title><?php wp_title( '|', true, 'right' ); ?></title>
</head>
<?php
/**
 * The template file we used on the front end while tranferring to this theme.
 */
wp_head();
?>
<body <?php body_class( 'front-page' );  // clear class is added so the footer and its bottom margin fit into the body         ?>>
    <img src="<?php echo get_template_directory_uri() ?>/images/under_construction.jpg" alt="האתר בבנייה. מיד נשוב">
    <?php wp_footer(); ?>
</body>
</html>

under_construction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants