Did not unclude </html> tag! What is that?

When i switch on plugin “W3 Total Cash”

When i switch off plugin - did not include tag.

Hi there,

That is correct. You can get rid of the message by adding a Child Theme and add the code below to functions.php file of the Child Theme:

add_filter( 'w3tc_can_print_comment', '__return_false' );

Thank you.

Thank you. I find the problem))) I need shortcode for page_title))) And i found on Stackoverflow

  /* title to get the post title  */
`function getPageTitle() {`
  global $wp_query;
  return get_post_title($wp_query->post->ID);
}

/* Add shortcode */
add_shortcode('page_title', 'getPageTitle');

and i found

Hi there,

I am confused about your latest respond. As you mentioned before the problem you are experiencing is because of the W3 Total cache plugin and I gave the suggestion to remove the message from the Cornerstone.

I am not sure how the code you have mentioned in the latest reply is relevant to this question. Would you please kindly give detailed information?

If the problem is already solved then ignore this message, but if you have a problem other than W3 Total cache issue please open up a separate thread and give us detailed information about the case and we will be more than happy top help.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.