azad123 46 ارسال شده در اسفند 2، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 2، 1394 سلام یه مشکلی در قالب پاس مدیا دارم اونم قسمت ساید بارها هست.وقسمتی که برترین مطالب ماه و سال و هفته رو نشون میده.متاسفانه این قسمت عمل نمیکنه و در قسمت سال و ماه و روز ، پست های یکسانی نشون میده. فایلش رو هم گذاشتم لطفا بررسی کنید ببینین مشکلش چیه:ممنون <?phpadd_action( 'widgets_init', 'pasargad_tabs_widget' );function pasargad_tabs_widget() { register_widget( 'pasargad_tabs_widget' );}class pasargad_tabs_widget extends WP_Widget { function pasargad_tabs_widget() { $widget_ops = array( 'classname' => 'cat-widget' ); $control_ops = array( 'width' => 250, 'height' => 350, 'id_base' => 'pasargad_tabs-widget' ); $this->WP_Widget( 'pasargad_tabs-widget','18_تب ها', $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $title = apply_filters('widget_title', $instance['title'] ); $number = $instance['number'];?><div class="block"><div class="tabs-list row"><ul><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item1" class="active" title="پربازید سال" rel="nofollow">پربازید سال</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item2" title="پربازدید ماه" rel="nofollow">پربازدید ماه</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item3" title="پربازدید هفته" rel="nofollow">پربازدید هفته</a></li></ul></div><div class="tabs-widget" id="tabs-item1"><div class="content"><?php$tabs_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 year ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_query->have_posts()) : while($tabs_query->have_posts()) : $tabs_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item2"><div class="content"><?php$tabs_view_query = new WP_Query(array('post_status' => 'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' => 'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 month ago',),),'no_found_rows' => 1));?><ul><?php if($tabs_view_query->have_posts()) : while($tabs_view_query->have_posts()) : $tabs_view_query->the_post();?><li><?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item3"><div class="content"><?php$tabs_last_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 week ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_last_query->have_posts()) : while($tabs_last_query->have_posts()) : $tabs_last_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div></div> <?php } function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); $instance['number'] = strip_tags( $new_instance['number'] ); return $instance; } function form( $instance ) { $defaults = array( 'title' =>__( 'موضوعات'),'number' => '5' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?><div class="pasargad-widget"><p><label for="<?php echo $this->get_field_id( 'posts_number' ); ?>">تعداد مطالب برای نمایش:</label><input id="<?php echo $this->get_field_id( 'posts_number' ); ?>" name="<?php echo $this->get_field_name( 'number' ); ?>" value="<?php echo $instance['number']; ?>" type="text" size="3" /></p></div> <?php }}?> <?phpadd_action( 'widgets_init', 'pasargad_tabs_widget' );function pasargad_tabs_widget() { register_widget( 'pasargad_tabs_widget' );}class pasargad_tabs_widget extends WP_Widget { function pasargad_tabs_widget() { $widget_ops = array( 'classname' => 'cat-widget' ); $control_ops = array( 'width' => 250, 'height' => 350, 'id_base' => 'pasargad_tabs-widget' ); $this->WP_Widget( 'pasargad_tabs-widget','18_تب ها', $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $title = apply_filters('widget_title', $instance['title'] ); $number = $instance['number'];?><div class="block"><div class="tabs-list row"><ul><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item1" class="active" title="پربازید سال" rel="nofollow">پربازید سال</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item2" title="پربازدید ماه" rel="nofollow">پربازدید ماه</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item3" title="پربازدید هفته" rel="nofollow">پربازدید هفته</a></li></ul></div><div class="tabs-widget" id="tabs-item1"><div class="content"><?php$tabs_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 year ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_query->have_posts()) : while($tabs_query->have_posts()) : $tabs_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item2"><div class="content"><?php$tabs_view_query = new WP_Query(array('post_status' => 'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' => 'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 month ago',),),'no_found_rows' => 1));?><ul><?php if($tabs_view_query->have_posts()) : while($tabs_view_query->have_posts()) : $tabs_view_query->the_post();?><li><?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item3"><div class="content"><?php$tabs_last_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 week ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_last_query->have_posts()) : while($tabs_last_query->have_posts()) : $tabs_last_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div></div> <?php } function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); $instance['number'] = strip_tags( $new_instance['number'] ); return $instance; } function form( $instance ) { $defaults = array( 'title' =>__( 'موضوعات'),'number' => '5' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?><div class="pasargad-widget"><p><label for="<?php echo $this->get_field_id( 'posts_number' ); ?>">تعداد مطالب برای نمایش:</label><input id="<?php echo $this->get_field_id( 'posts_number' ); ?>" name="<?php echo $this->get_field_name( 'number' ); ?>" value="<?php echo $instance['number']; ?>" type="text" size="3" /></p></div> <?php }}?> لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
هومان هرمزدی 112 ارسال شده در اسفند 2، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 2، 1394 داداش وقتت رو با این قالب هدر نده. قالب pinthis رو بهینه سازی کردم. امکاناتش از پارس مدیا خیلی بیشتره و کار باهاش راحت تر لینک ها تنها برای اعضای سایت قابل نمایش است. شما هم یه قالب درست و درمون پیدا کن و سفارشیش کن. پارس مدیا در حالت ریسپانسیو برای موبایل های صفحه کوچیک مشکل داره و padding قسمت هاش خیلی زیاده و دست به padding ها بزنی در نسخه دسکتاپ به هم میریزه لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
AynaZ 4,156 ارسال شده در اسفند 2، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 2، 1394 سلام یه مشکلی در قالب پاس مدیا دارم اونم قسمت ساید بارها هست.وقسمتی که برترین مطالب ماه و سال و هفته رو نشون میده.متاسفانه این قسمت عمل نمیکنه و در قسمت سال و ماه و روز ، پست های یکسانی نشون میده.فایلش رو هم گذاشتم لطفا بررسی کنید ببینین مشکلش چیه:ممنون } ?>[/php] درود اطلاعات بفرستین ترمیم شه لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
azad123 46 ارسال شده در اسفند 2، 1394 مالک گزارش اشتراک گذاری ارسال شده در اسفند 2، 1394 داداش وقتت رو با این قالب هدر نده. قالب pinthis رو بهینه سازی کردم. امکاناتش از پارس مدیا خیلی بیشتره و کار باهاش راحت تر لینک ها تنها برای اعضای سایت قابل نمایش است. شما هم یه قالب درست و درمون پیدا کن و سفارشیش کن. پارس مدیا در حالت ریسپانسیو برای موبایل های صفحه کوچیک مشکل داره و padding قسمت هاش خیلی زیاده و دست به padding ها بزنی در نسخه دسکتاپ به هم میریزه چرامگه قالب بدیه؟ لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
هومان هرمزدی 112 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 چرامگه قالب بدیه؟ شما یه بار نسخه موبایلش رو چک کن و سایت من رو هم در حالت معمولی و نسخه موبایل ببین. سایت من به خاطر پوسته حرفه ایش کمتر حواس کاربر رو پرت میکنه و دسته بندی ترتمیز و منوی جالبی در حالت موبایلی داره و رنگ بندی زیبایی داره. تازه پوسته های حرفه ای تری هم پیدا میشن که با اضافه کردن دو تا زمینه دلخواه تبدیل به پوسته های حرفه ای موزیک و ویدیو میشن. تازه پوسته هایی مثل pinthis از نظر سئو و چشم نوازی برای کاربر کلی روشون کار شده و کشکی نیست. اما پارس مدیا فقط رنگ های جذاب داره که بعد از یه مدت دل کاربر رو میزنن خود من روزی که رفتم سایت نکس1موزیک عاشق طراحیش شدم اما الان وقتی واردش میشم تا لینک مطالبش رو کپی کنم ، حالم بد میشه از بس شلوغه و رنگ بندی و فونتش روی اعصابمه لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
majidghafoorzade 24 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 شما یه بار نسخه موبایلش رو چک کن و سایت من رو هم در حالت معمولی و نسخه موبایل ببین.سایت من به خاطر پوسته حرفه ایش کمتر حواس کاربر رو پرت میکنه و دسته بندی ترتمیز و منوی جالبی در حالت موبایلی داره و رنگ بندی زیبایی داره. تازه پوسته های حرفه ای تری هم پیدا میشن که با اضافه کردن دو تا زمینه دلخواه تبدیل به پوسته های حرفه ای موزیک و ویدیو میشن. تازه پوسته هایی مثل pinthis از نظر سئو و چشم نوازی برای کاربر کلی روشون کار شده و کشکی نیست. اما پارس مدیا فقط رنگ های جذاب داره که بعد از یه مدت دل کاربر رو میزنن خود من روزی که رفتم سایت نکس1موزیک عاشق طراحیش شدم اما الان وقتی واردش میشم تا لینک مطالبش رو کپی کنم ، حالم بد میشه از بس شلوغه و رنگ بندی و فونتش روی اعصابمه این قالب رو میفروشید؟ من میخوام تغییر توش بدم و استفاده کنم با اجازتون لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
هومان هرمزدی 112 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 این قالب رو میفروشید؟من میخوام تغییر توش بدم و استفاده کنم با اجازتون پوسته pinthis به رایگان در 20اسکریپت و بیگ تم منتشر شده. در واقع اون نسخه ای رو که من توی مارکت گذاشتم برای فروش پخش کردن... البته اون نسخه کلی هستش و برای سایت موزیک نیست. پوسته های بهتر دیگه ای هم هستند که با ویژوال کامپوزر هم خوانی دارند لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
M E Y S A M 46 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 چرامگه قالب بدیه؟ سلام فقط خواستم بگم که من 4 ماه پیش همین قالب رو سایت خودم بود هیچ مشکلی هم ندارم اسلایدر هاشم بروی دسته بندی ها کار میکنه در کل قالب شیکیه کاملا هم سالمه موفق باشی. لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
azad123 46 ارسال شده در اسفند 3، 1394 مالک گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 شما یه بار نسخه موبایلش رو چک کن و سایت من رو هم در حالت معمولی و نسخه موبایل ببین.سایت من به خاطر پوسته حرفه ایش کمتر حواس کاربر رو پرت میکنه و دسته بندی ترتمیز و منوی جالبی در حالت موبایلی داره و رنگ بندی زیبایی داره. تازه پوسته های حرفه ای تری هم پیدا میشن که با اضافه کردن دو تا زمینه دلخواه تبدیل به پوسته های حرفه ای موزیک و ویدیو میشن. تازه پوسته هایی مثل pinthis از نظر سئو و چشم نوازی برای کاربر کلی روشون کار شده و کشکی نیست. اما پارس مدیا فقط رنگ های جذاب داره که بعد از یه مدت دل کاربر رو میزنن خود من روزی که رفتم سایت نکس1موزیک عاشق طراحیش شدم اما الان وقتی واردش میشم تا لینک مطالبش رو کپی کنم ، حالم بد میشه از بس شلوغه و رنگ بندی و فونتش روی اعصابمه من صحبتاتون رو قبول درام. ولی قالب یه بخشی از کاره نه همهه ی کار. شما یه قالب داغون هم گیرت بیاد وقتی خودت بهینه سازیش کنی و پست هایی با سئوی خوب ایجاد کنی و نگاهی هم به لینک سازی داشته باشی حتما موفق میشی. وگرنه یه قالب شکیل و بسیار زیبا هم داشته باشی و نتونی پست های خوبی ایجاد کنی که بازدید کننده بیاره هیچ فایده ایی نداره. لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
AynaZ 4,156 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 چرامگه قالب بدیه؟ شما یه بار نسخه موبایلش رو چک کن و سایت من رو هم در حالت معمولی و نسخه موبایل ببین.سایت من به خاطر پوسته حرفه ایش کمتر حواس کاربر رو پرت میکنه و دسته بندی ترتمیز و منوی جالبی در حالت موبایلی داره و رنگ بندی زیبایی داره. تازه پوسته های حرفه ای تری هم پیدا میشن که با اضافه کردن دو تا زمینه دلخواه تبدیل به پوسته های حرفه ای موزیک و ویدیو میشن. تازه پوسته هایی مثل pinthis از نظر سئو و چشم نوازی برای کاربر کلی روشون کار شده و کشکی نیست. اما پارس مدیا فقط رنگ های جذاب داره که بعد از یه مدت دل کاربر رو میزنن خود من روزی که رفتم سایت نکس1موزیک عاشق طراحیش شدم اما الان وقتی واردش میشم تا لینک مطالبش رو کپی کنم ، حالم بد میشه از بس شلوغه و رنگ بندی و فونتش روی اعصابمه سلامفقط خواستم بگم که من 4 ماه پیش همین قالب رو سایت خودم بود هیچ مشکلی هم ندارم اسلایدر هاشم بروی دسته بندی ها کار میکنه در کل قالب شیکیه کاملا هم سالمه موفق باشی. درود قالب پارس مدیا استایل بی نظیر و خوبی هست ولی استایل هایی که در نت موجود هستند به رایگان دارای مشکلات جزئی و اساسی هستن ولی اون دسته از عزیزانی که نسخه ی اصلی رو خرید کردن بدون مشکل هس و به زیبایی و کاربردی بالاتر در حال کار هس استایل تائید شده هس این هم پوسته ی مربوط به PinThis لینک ها تنها برای اعضای سایت قابل نمایش است. لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
azad123 46 ارسال شده در اسفند 3، 1394 مالک گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 درود قالب پارس مدیا استایل بی نظیر و خوبی هست ولی استایل هایی که در نت موجود هستند به رایگان دارای مشکلات جزئی و اساسی هستن ولی اون دسته از عزیزانی که نسخه ی اصلی رو خرید کردن بدون مشکل هس و به زیبایی و کاربردی بالاتر در حال کار هس استایل تائید شده هس این هم پوسته ی مربوط به PinThis لینک ها تنها برای اعضای سایت قابل نمایش است. پوسته pin this بنظر بد نبود ولی زیاد هم جالب نیست.البته از نظر بنده. لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
AynaZ 4,156 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 پوسته pin this بنظر بد نبود ولی زیاد هم جالب نیست.البته از نظر بنده. بیشتر از این پوسته برای اشتراک گذاری استفاده میشه و زیاد کاربرد خوبی از دید من نداره لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
m1410 196 ارسال شده در اسفند 3، 1394 گزارش اشتراک گذاری ارسال شده در اسفند 3، 1394 سلام یه مشکلی در قالب پاس مدیا دارم اونم قسمت ساید بارها هست.وقسمتی که برترین مطالب ماه و سال و هفته رو نشون میده.متاسفانه این قسمت عمل نمیکنه و در قسمت سال و ماه و روز ، پست های یکسانی نشون میده.فایلش رو هم گذاشتم لطفا بررسی کنید ببینین مشکلش چیه:ممنون <?phpadd_action( 'widgets_init', 'pasargad_tabs_widget' );function pasargad_tabs_widget() { register_widget( 'pasargad_tabs_widget' );}class pasargad_tabs_widget extends WP_Widget { function pasargad_tabs_widget() { $widget_ops = array( 'classname' => 'cat-widget' ); $control_ops = array( 'width' => 250, 'height' => 350, 'id_base' => 'pasargad_tabs-widget' ); $this->WP_Widget( 'pasargad_tabs-widget','18_تب ها', $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $title = apply_filters('widget_title', $instance['title'] ); $number = $instance['number'];?><div class="block"><div class="tabs-list row"><ul><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item1" class="active" title="پربازید سال" rel="nofollow">پربازید سال</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item2" title="پربازدید ماه" rel="nofollow">پربازدید ماه</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item3" title="پربازدید هفته" rel="nofollow">پربازدید هفته</a></li></ul></div><div class="tabs-widget" id="tabs-item1"><div class="content"><?php$tabs_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 year ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_query->have_posts()) : while($tabs_query->have_posts()) : $tabs_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item2"><div class="content"><?php$tabs_view_query = new WP_Query(array('post_status' => 'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' => 'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 month ago',),),'no_found_rows' => 1));?><ul><?php if($tabs_view_query->have_posts()) : while($tabs_view_query->have_posts()) : $tabs_view_query->the_post();?><li><?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item3"><div class="content"><?php$tabs_last_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 week ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_last_query->have_posts()) : while($tabs_last_query->have_posts()) : $tabs_last_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div></div> <?php } function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); $instance['number'] = strip_tags( $new_instance['number'] ); return $instance; } function form( $instance ) { $defaults = array( 'title' =>__( 'موضوعات'),'number' => '5' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?><div class="pasargad-widget"><p><label for="<?php echo $this->get_field_id( 'posts_number' ); ?>">تعداد مطالب برای نمایش:</label><input id="<?php echo $this->get_field_id( 'posts_number' ); ?>" name="<?php echo $this->get_field_name( 'number' ); ?>" value="<?php echo $instance['number']; ?>" type="text" size="3" /></p></div> <?php }}?> <?phpadd_action( 'widgets_init', 'pasargad_tabs_widget' );function pasargad_tabs_widget() { register_widget( 'pasargad_tabs_widget' );}class pasargad_tabs_widget extends WP_Widget { function pasargad_tabs_widget() { $widget_ops = array( 'classname' => 'cat-widget' ); $control_ops = array( 'width' => 250, 'height' => 350, 'id_base' => 'pasargad_tabs-widget' ); $this->WP_Widget( 'pasargad_tabs-widget','18_تب ها', $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $title = apply_filters('widget_title', $instance['title'] ); $number = $instance['number'];?><div class="block"><div class="tabs-list row"><ul><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item1" class="active" title="پربازید سال" rel="nofollow">پربازید سال</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item2" title="پربازدید ماه" rel="nofollow">پربازدید ماه</a></li><li><a href="https://go.20script.ir/index.php?url=https://go.20script.ir/index.php?url=&anchor=tabs-item3" title="پربازدید هفته" rel="nofollow">پربازدید هفته</a></li></ul></div><div class="tabs-widget" id="tabs-item1"><div class="content"><?php$tabs_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 year ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_query->have_posts()) : while($tabs_query->have_posts()) : $tabs_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item2"><div class="content"><?php$tabs_view_query = new WP_Query(array('post_status' => 'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' => 'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 month ago',),),'no_found_rows' => 1));?><ul><?php if($tabs_view_query->have_posts()) : while($tabs_view_query->have_posts()) : $tabs_view_query->the_post();?><li><?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div><div class="tabs-widget" id="tabs-item3"><div class="content"><?php$tabs_last_query = new WP_Query(array('post_status' =>'publish','post_type' =>'post','orderby' => 'meta_value_num','meta_key'=> 'views' ,'order' =>'DESC','posts_per_page' => $number,'date_query' => array(array('after' => '1 week ago',),),'no_found_rows' => 1,));?><ul><?php if($tabs_last_query->have_posts()) : while($tabs_last_query->have_posts()) : $tabs_last_query->the_post();?><li> <?phpif ( has_post_thumbnail() ){?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php thumb_small();?></a></div><?php } else { ?><div class="post-thumbnail"><a href="https://go.20script.ir/index.php?url=<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/images/no-thumb.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="70" height="70"></a></div><?php }?><a href="https://go.20script.ir/index.php?url=<?php echo get_permalink( $post->ID ) ?>" title="<?php the_title_attribute(); ?>" class="post-link" rel="bookmark"><?php the_title(); ?></a><span class="post-date"><?php the_time(' j F Y ') ?></span></li><?php endwhile;endif;?></ul><?php wp_reset_query();?></div></div></div> <?php } function update( $new_instance, $old_instance ) { $instance = $old_instance; $instance['title'] = strip_tags( $new_instance['title'] ); $instance['number'] = strip_tags( $new_instance['number'] ); return $instance; } function form( $instance ) { $defaults = array( 'title' =>__( 'موضوعات'),'number' => '5' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?><div class="pasargad-widget"><p><label for="<?php echo $this->get_field_id( 'posts_number' ); ?>">تعداد مطالب برای نمایش:</label><input id="<?php echo $this->get_field_id( 'posts_number' ); ?>" name="<?php echo $this->get_field_name( 'number' ); ?>" value="<?php echo $instance['number']; ?>" type="text" size="3" /></p></div> <?php }}?> خصوصیتون رو چک کنید لینک به دیدگاه به اشتراک گذاری در سایت های دیگر More sharing options...
پست های پیشنهاد شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.