Title: webfacer's Replies | WordPress.org

---

# webfacer

  [  ](https://wordpress.org/support/users/webfacer/)

 *   [Profile](https://wordpress.org/support/users/webfacer/)
 *   [Topics Started](https://wordpress.org/support/users/webfacer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webfacer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webfacer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webfacer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webfacer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webfacer/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce SagePay Direct Payment Gateway] 500 internal server error](https://wordpress.org/support/topic/500-internal-server-error-308/)
 *  [webfacer](https://wordpress.org/support/users/webfacer/)
 * (@webfacer)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/500-internal-server-error-308/#post-4910427)
 * how did you resolve it i have now the same problems…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF.js Viewer] Unexpected server response (0) while retrieving PDF](https://wordpress.org/support/topic/unexpected-server-response-0-while-retrieving-pdf/)
 *  [webfacer](https://wordpress.org/support/users/webfacer/)
 * (@webfacer)
 * [12 years ago](https://wordpress.org/support/topic/unexpected-server-response-0-while-retrieving-pdf/#post-4994926)
 * i also have the problem and after changing, also the same problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display content only if page is part of specific menu?](https://wordpress.org/support/topic/display-content-only-if-page-is-part-of-specific-menu/)
 *  [webfacer](https://wordpress.org/support/users/webfacer/)
 * (@webfacer)
 * [12 years ago](https://wordpress.org/support/topic/display-content-only-if-page-is-part-of-specific-menu/#post-4907494)
 * oh i found it… its that easy but to find the api ( get_post_type( $post->ID ))
   it wasnt xD.
    as an example:
 *     ```
       <?php if( get_post_type( $post->ID ) != 'event' ) : ?>
   
                   <div class="news-comment"><a href="#respond-wrap" class="btn"><i class="icon-comment"></i><?php echo __( 'Kommentieren' ) ?></a></div>
                   <div class="clear_float"></div>
   
                   <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display content only if page is part of specific menu?](https://wordpress.org/support/topic/display-content-only-if-page-is-part-of-specific-menu/)
 *  [webfacer](https://wordpress.org/support/users/webfacer/)
 * (@webfacer)
 * [12 years ago](https://wordpress.org/support/topic/display-content-only-if-page-is-part-of-specific-menu/#post-4907493)
 * did you find a solution? i also have this issue which i cant find how to solve
   it…

Viewing 4 replies - 1 through 4 (of 4 total)