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' );
}
}