Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter yatin

    (@yatin_)

    Merry Christmas Calvin. Thanks for the link but I have tried the above link earlier also. When I am putting this link in my after post widget
    <div class=”fb-comments” data-href=”<?php the_permalink() ?>” data-num-posts=”5″ data-width=”500″ data-colorscheme=”light” data-mobile=”false”></div>

    The space is allocated for the comments after post but it is blank as nothing is coming over there
    I have concern regarding the highlighted part. Can you please suggest an alternative, Calvin?

    Thread Starter yatin

    (@yatin_)

    Thanks for your reply Calvin. I don’t want to add plugin for this because through I have applied all the things but in the end, the problem is coming only which I have stated in my above query.
    Can you please tell me the manual route? Looking forward for positive and warm reply.

    Thread Starter yatin

    (@yatin_)

    Thanks buddy, for your response. I found one glitch in my function.php and I resolved the issue

    Thread Starter yatin

    (@yatin_)

    I made all customization by creating custom files only. What you suggest in this context.
    Cant we have same featured image on the blog and the post thumbail with different sizes like in this way.
    https://tinybuddha.com/category/blog/love-relationships-blog/

    Thread Starter yatin

    (@yatin_)

    Thanks for replying catacaustic (nice name). What I did was I removed my my_function.php.php file from my ftp account and then reinstalled it.

    Thread Starter yatin

    (@yatin_)

    Following are the lines of my_funtion.php.php file from line 1 to 6:
    <?php

    /**
    * My Custom Functions
    */
    //* Customize the credits
    I had nothing before this tag before also but even then I am having this problem. Please help

    Thread Starter yatin

    (@yatin_)

    Cannot modify header information – headers already sent by (output started at /wp-content/themes/lifestyle-pro/lib/my_functions.php.php:1) in /

    wp-includes/pluggable.php

    on line 1173

    pluggable.php file is in block letters. So the problem is in pluggable.php file or my_function.php.php file.
    This is the following code of pluggable php from line
    1170 to 1177:
    if ( !$is_IIS && php_sapi_name() != ‘cgi-fcgi’ )
    status_header($status); // This causes problems on IIS and some FastCGI setups

    header(“Location: $location”, true, $status);

    return true;
    }
    endif;

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