PHP Notice: Undefined index: number in /home/weblians/public_html/khabareparsi.com/test/wp-content/themes/Farhang.1/sidbar/widgets/box-12.php on line 28
لاین 26 و 27 و 28 هم اینا هستن :
کد PHP:
$title = $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base );
$category = $instance['category'];
$number = $instance['number'];
ویرایش توسط bloodthirstyb : August 10th, 2017 در ساعت 02:26
Notice هست، ارور نیست، الان هیچ اروری ندارید. حذف میکنید مشکل حل میشود :
کد:<?php $args = array('parent' => 301); $categories = get_categories( $args ); foreach($categories as $category) { echo '<p><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "نمایش همه خبر های %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </p> '; } ?>
ببخشید
ارور زیر هم هست
اینو ندیده بودم
PHP Catchable fatal error: Object of class WP_Term could not be converted to string in /home/weblians/public_html/khabareparsi.com/test/wp-content/themes/Farhang.1/sidbar/widgets/box-12.php on line 67
لاین 67
کد PHP:
$my_query = new WP_Query('showposts=6&cat='.$category.'&offset=1');
در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)