سلام احمد جان، شما میتونید به جای استفاده از قابلیت نمایش خودکار، تابع معرفی شده در بخش “راهنما” رو در مکانی مناسب (داخل حلقه while) قرار بدید.
http://www.golombeh.ir/
ممنونم امیرحسام، ایشالا به زودی امتحاناتم تموم میشه و نسخه جدید رو منتشر میکنم. (وای که اگه بدونی چه قابلیت هایی به این نسخه اضافه شده) 😉
یخورده شک داشتم! ولی حالا بیشتر مطمئن شدم 🙂 🙂 🙂
توضیحات لینک زیر رو مطالعه کنید: (اگه کمکی نکرد، مشکلتون رو در بخش پشتیبانی افزونه مطرح کنید)
https://wordpress.org/plugins/wp-postviews/installation/
سلام امیرحسام. مشکل شما به خاطر اینه که در قالبتون، توابع استاندارد و الزامی wp_head و wp_footer تعریف نشدند. (این توابع رو به قالب اضافه کنید، مشکل حل میشه.)
Thanks dear Amir,
I will check this hook for the next version. 🙂
As per a performance requirement, could you please move all the JS file inclusions and script tags to the footer hook?
Here is how: in your wp-script.php file at lines 6,7,8 set the last argument of wp_enqueue_scripts to true so that the scripts will be hooked to the footer.
Here is the args of the wordpress wp_enqueue_scripts:
wp_enqueue_script( $handle, $src = false, $deps = array(), $ver = false, $in_footer = false )
Keep up the good work,
Regards,
Amir.