• Resolved kenlu08

    (@kenlu08)


    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/.

    Thank you again,

Viewing 9 replies - 1 through 9 (of 9 total)
  • So I see that this post, the WordPress default post: 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

    (@kenlu08)

    It should be this post 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,

    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

    (@kenlu08)

    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..?

    Try this: open your functions.php file and add this to the bottom:

    remove_filter('the_content', 'my_addlightboxrel');

    Kadence Themes

    Thread Starter kenlu08

    (@kenlu08)

    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/

    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..

    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

    (@kenlu08)

    Thank you so much!! It is working now!!!!

    Thanks again

    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.