Title: Newspaper theme error
Last modified: December 6, 2019

---

# Newspaper theme error

 *  Resolved [chithanh](https://wordpress.org/support/users/chithanh/)
 * (@chithanh)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/newspaper-theme-error/)
 * Could you please help me to fix this error
 * Warning: require(/home/tinh/public_html/wp-content/plugins/td-composer/legacy/
   Newspaper): failed to open stream: No such file or directory in /home/tinh/public_html/
   wp-includes/comment-template.php on line 1510
 * The site is experiencing technical difficulties.
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnewspaper-theme-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/newspaper-theme-error/#post-12218361)
 * Hi,
    this actually is a problem with the Newspaper theme which does not seem 
   to be handling the Custom Post Type pages correctly.
 * Either way, you should be able to resolve it by adding the code below in your
   theme functions.php file
 *     ```
       add_filter( "comments_template", function( $tpl ) {
         if( is_singular( 'advert' ) ) {
           $tpl = WP_PLUGIN_DIR . "/index.php";
         }
         return $tpl;
       } );
       ```
   
 * It would be also good to ask the Newspaper theme support if they could resolve
   the problem in their theme so the code snippet above would not be needed, or 
   maybe there is some option in the theme to select a comments template in which
   case you might not need the code above as well.

Viewing 1 replies (of 1 total)

The topic ‘Newspaper theme error’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/newspaper-theme-error/#post-12218361)
 * Status: resolved