Fatal error: comments_template(): Failed opening
-
I am new to wp and not familiar with php but know html and css pretty well. I had a new blog hosted at xyz company. They did install of wp for me. My blog address https://hawaiian-shirt-reviews.com.
I tried to put a couple of pages on the blog and used this code to put it in the side bar template.
<ul>
<?php wp_list_pages('sort_column=menu_order&title_li=<h2>' . __('Pages') . '</h2>' ); ?>
</ul>
Warning: comments_template(/home/hawaiian/public_html/wp-content/themes/tropical-breeze): failed to open stream: Success in /home/hawaiian/public_html/wp-includes/comment-functions.php on line 24Fatal error: comments_template(): Failed opening required ‘/home/hawaiian/public_html/wp-content/themes/tropical-breeze’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hawaiian/public_html/wp-includes/comment-functions.php on line 24
If someone could go to my blog and help me with this I would really appreciate it. Thank you.
When I click on link to pages I get this:
- The topic ‘Fatal error: comments_template(): Failed opening’ is closed to new replies.