Title: Post is gone
Last modified: August 22, 2016

---

# Post is gone

 *  Resolved [kenlu08](https://wordpress.org/support/users/kenlu08/)
 * (@kenlu08)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/)
 * Hello,
 * I was copying the contents from Wiki and paste to my post for the test, but I
   don’t see contents under my post after go to public.(提拉米蘇). I can still see
   contents are there after I edit the post. Help..?
 * Also, “read more” doesn’t summarize the contents in the front page. Instead, 
   it appears all contents after I paste contents. I use <!–more–>, but still can’t
   summarize the contents. I edit my post couple times, but it still fail..
 * My website is [http://www.akuiskitchen.com/bakery/](http://www.akuiskitchen.com/bakery/).
 * Thank you again,

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297697)
 * So I see that this post, the WordPress default post: [http://www.akuiskitchen.com/bakery/?p=1](http://www.akuiskitchen.com/bakery/?p=1)
 * Is showing. but all your others are not. I can’t guess why, have you a default
   theme to see if it’s a server issue?
    Have you tried disabling plugins?
 * Kadence Themes
 *  Thread Starter [kenlu08](https://wordpress.org/support/users/kenlu08/)
 * (@kenlu08)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297698)
 * It should be this post [http://www.akuiskitchen.com/bakery/?p=33](http://www.akuiskitchen.com/bakery/?p=33)
 * There is no content inside. However, I already put contents inside this post,
   but I don’t know why is not showing..
 * If I go edit this post in wordpress, contents does show up in the visual box,
   but When I go public (above link), it doesn’t show up.
 * Thank you,
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297701)
 * I understand the problem, I’m telling you to test with a default theme to see
   if the issue is server related.
    Kadence Themes
 *  Thread Starter [kenlu08](https://wordpress.org/support/users/kenlu08/)
 * (@kenlu08)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297714)
 * Thanks, just test it out and also use other theme to test. It displays ok with
   the contents. Check the server, server is ok, too..
 * Help..?
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297715)
 * Try this: open your functions.php file and add this to the bottom:
 * `remove_filter('the_content', 'my_addlightboxrel');`
 * Kadence Themes
 *  Thread Starter [kenlu08](https://wordpress.org/support/users/kenlu08/)
 * (@kenlu08)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297809)
 * Thank you, but it is still not working. My website is in error after I put the
   code in the bottom.
 * Here is the link: [http://www.akuiskitchen.com/bakery/](http://www.akuiskitchen.com/bakery/)
 * Here is the code I put in the bottom.
 * function wp_validate_boolean( $var ) {
    if ( is_bool( $var ) ) { return $var;}
 *  if ( ‘false’ === $var ) {
    return false; }
 *  return (bool) $var;
    }
 * remove_filter(‘the_content’, ‘my_addlightboxrel’);
 * Help..
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297810)
 * Where did you place it? It should only go at the bottom of the theme functions.
   php file or at the bottom of a child theme functions file.
    Should only be in
   the themes folder/virtue/functions.php
 * The code you posted shows that it’s not the right file.
    Kadence themes
 *  Thread Starter [kenlu08](https://wordpress.org/support/users/kenlu08/)
 * (@kenlu08)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297905)
 * Thank you so much!! It is working now!!!!
 * Thanks again
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297911)
 * ok your going to want to use a child theme and keep that remove filter in your
   child theme functions file.
 * Kadence Themes

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

The topic ‘Post is gone’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/post-is-gone-1/#post-5297911)
 * Status: resolved