Öncelikle merhabalar , easytoyou aracılığıyla dosyayı tamamen kırdım fakat , 417'ci satırda bir sorun var acaba bu sorunu düzeltip , bizlere sunabilecek var mı ?
417 Satır.
417 Satır Tamamı
Hata Log Kayıtı : [03-Jul-2018 19:45:44 UTC] PHP Fatal error: Call to a member function is_main_query() on a non-object in /home/tufanyil/public_html/wp-content/themes/wpfirma/wpfirma/include/extra_functions.php on line 417
417 Satır.
PHP:
if (!is_admin() && $EasyToYou_eu_52->is_main_query()) {
417 Satır Tamamı
PHP:
function query_filter($query)
{
if (!is_admin() && $EasyToYou_eu_52->is_main_query()) {
if (is_search()) {
if (isset($_GET['tip']) && in_array($_GET['tip'], array('ilanlar', 'urunler', 'haberler'))) {
$EasyToYou_eu_52->set('post_type', $_GET['tip']);
}
else {
$EasyToYou_eu_52->set('post_type', 'post');
}
$EasyToYou_eu_52->set('orderby', 'goldf date');
$EasyToYou_eu_52->set('order', 'DESC');
$EasyToYou_eu_52->set('meta_query', array(
'relation' => 'OR',
'goldf' => array('key' => 'gold', 'compare' => 'NOT EXISTS'),
0 => array('key' => 'gold', 'compare' => 'EXISTS')
));
}
Hata Log Kayıtı : [03-Jul-2018 19:45:44 UTC] PHP Fatal error: Call to a member function is_main_query() on a non-object in /home/tufanyil/public_html/wp-content/themes/wpfirma/wpfirma/include/extra_functions.php on line 417

