Hello, so I need some help as I have deleted something or moved something. I was trying to add a snippet of code to remove the page titles on one page so it would look like a landing page. I entered the code in the wrong spot and updated. It was wrong so I took the snippet out and this is what I get on when you open website.
Parse error: syntax error, unexpected '$main_slider' (T_VARIABLE) in /home3/yamir/public_html/ELITEAPPDESIGNERS.COM/wp-content/themes/hypno/page.php on line 4
Here part of the code that is messed up:
<?php get_header(); ?>
<?php
get_template_part('navigation')
$main_slider = esc_attr(get_post_meta($post -> ID, "hazel_main_slider", true));
if (is_front_page()) { get_template_part('slider'); } else if ($main_slider == '1') {
get_template_part('slider');
}
I see nothing wrong and have no idea how to fix this.
Please help and thanks,
Jay