• 18-02-2017, 14:34:27
    #1
    Merhaba, yüklediğim bir temada listeleme sayfası şöyle hata veriyor. 60. sıra

    Fatal error: Can't use function return value in write context in


    50. sıradan 68. sıraya kadar olan kısım

     /*
                                 * Found properties heading and sorting controls
                                 */
                                global $found_properties;
                                $found_properties = $properties_list_query->found_posts;
                                get_template_part( 'partials/property/templates/listing-control' );
    
                                /**
                                 * Page Content
                                 */
                                if ( have_posts() ) {
                                    while ( have_posts() ) {
                                        the_post();
                                        if ( ! empty( get_the_content() ) ) {
                                            get_template_part( 'partials/page/content' );
                                        }
                                    }
  • 18-02-2017, 19:01:01
    #2
    if parametreleri ile ilgili bir sorun varmı sanırım.

    Tam olarak hangi satır hocam ?

    Fatal error: Can't use function return value in write context in devamı nedir ?
  • 09-12-2018, 21:01:46
    #3
    Üyeliği durduruldu
    temayı silip tekrar yüklemeyi deneyin